Jitterbit support Microsoft Message Queue (MSMQ) as a valid source or destination?

276 views Asked by At

Does Jitterbit support Microsoft Message Queue (MSMQ) as a valid source or destination?

I need to send a message to a queue have Jitterbit pick it up, process and send to another queue.

I would be interested in comments on the viability of this as an approach.

1

There are 1 answers

1
John Breakwell On BEST ANSWER

I don't see anything on their website about MSMQ.
Message queues seem to only be used internally by Jitterbit.
Looking at their wiki, Jitterbit can only accept data from, and send data to:

  • FTP
  • File Share
  • Database
  • HTTP

MSMQ does support sending messages over HTTP but not reading messages.
How about looking at using WCF+MSMQ?

Cheers
John Breakwell