MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  how to integrate IBM MQ(sender) to ActiveMQ(receiver)

    Posted Wed February 26, 2020 03:00 PM
    Hi 
    I am having a client(sender) sending messages on IBM MQ but another client(receiver) is running on ActiveMQ . How to integrate this and how can receiver get messages by connecting from active mq to IBM MQ queue and consume messages .
    Any suggestions and help will be much appreciated.

    Regards
    Vinay Kumar


    ------------------------------
    Vinay kumar
    ------------------------------


  • 2.  RE: how to integrate IBM MQ(sender) to ActiveMQ(receiver)

    Posted Thu February 27, 2020 03:38 AM
    I think you have to make your MQ infrastructure JMS compatible
    Or work with an additional IBM product
    PDF https://www-01.ibm.com/support/docview.wss?uid=swg27040101&aid=1
    Integrating Sterling B2B Integrator with various MQ Providers

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 3.  RE: how to integrate IBM MQ(sender) to ActiveMQ(receiver)

    Posted Mon March 23, 2020 01:03 PM

    Another option that you can check - https://mvnrepository.com/artifact/org.apache.activemq.examples.modules/artemis-jms-bridge

    Their git - https://github.com/apache/activemq-artemis/tree/master/examples/features/standard/jms-bridge
    Documentation could be better. 

    I can't recall, but probably I used as example this configuration file https://github.com/joshdreagan/artemis-jms-bridge/blob/master/src/test/spring/bridge.xml 



    ------------------------------
    Yaroslav Sevastianov
    ------------------------------