Search code examples
msmqjitterbit

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


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.


Solution

  • 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