Results 1 to 3 of 3

Thread: Integration with IBM WebSphere MQ

  1. #1

    Default Integration with IBM WebSphere MQ

    I am at a company that uses IBM Websphere MQ. I would like to use spring integration with amqp like I presently do with RabbitMQ. In fact, most anything done with new development I would choose the latter, but I need to integrate with any of the current services and clients that use messaging with Websphere MQ.

    I would like to know if this is possible, or am I trying to fit the proverbial square peg through the round hole?

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Well, you can use Spring Integration's JMS support instead. The AMQP and JMS adapters are intentionally as similar as they can be (while taking into account the different configuration options of course).

  3. #3

    Default

    I didn't realize that I could use JMS with Websphere MQ--I thought there would be a vendor-specific messaging api with it. Very interesting, and hopeful. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •