IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

Problem using pub.jms:send for queue on broker JMS 7.1

  • 1.  Problem using pub.jms:send for queue on broker JMS 7.1

    Posted Thu September 04, 2008 09:06 PM

    Hi,

    I try to use API pub.jms:send to send a message to jms queue that exists on a broker JMS
    I create provider, connection factory and queue (TESTQUEUE) with my webMethods server.
    I create a document type JMS::Queues::TESTQUEUE and associate it with client group which is linked to connection factory I create
    Then I create a Jndi JNDI Provider Alias Definitions. when i test a lookup it sees tthe connextion factory and the queue
    TESTFACTORY: com.webMethods.jms.impl.WmQueueConnectionFactoryImpl
    TESTQUEUE: com.webMethods.jms.impl.WmQueueImpl
    But when i try to send in the IS using pub.jms:send, i have the error com.wm.app.b2b.server.ServiceException: [ISS.0134.9009] Unable to send message to JMS provider “BKNATIF”: com.wm.app.b2b.server.jms.JMSSubsystemException: javax.jms.InvalidDestinationException: [BRM.10.2201] JMS: Queue “TESTQUEUE” does not exist.
    Did i follow the correct method to create queue in a broker JMS and send it a message via API pub.jms.send ?
    Thanks for help,

    Regards
    François


    #Integration-Server-and-ESB
    #Broker-JMS
    #Universal-Messaging-Broker
    #webMethods


  • 2.  RE: Problem using pub.jms:send for queue on broker JMS 7.1

    Posted Tue September 09, 2008 06:08 PM

    In fact I need to create a client
    Messaging - Broker Server - Clients - Add Queue
    I precise the provider name, the Queue Lookup Name and the Connection Factory Lookup Name

    This works fine.


    #webMethods
    #Integration-Server-and-ESB
    #Broker-JMS
    #Universal-Messaging-Broker