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
  • 1.  Wm Broker as JMS provider

    Posted Wed March 18, 2009 03:34 PM

    Hello,

    I am trying to use the webMethods broker 6.5.2 as a foreign JMS provider from weblogic 10.0 (MP1) to post and subscribe messages.
    I have a session bean which sends messages to the broker and a message driven bean which tries to listen onto these messages.
    Although, the messages are getting posted to the JMS Q on the broker, I have not been able to receive messages from the JMS Q on the broker.
    I have configured the wm broker as a foreign JMS server and have got the local Qs and connection factory on weblogic for the remote ones on the wm broker.
    I get the following error when I try to deploy the code on the server,

    EDT> <The Message-Driven EJB: NotificationMessageBean is unable to connect to the JMS destination: beaQ. The Error was:
    javax.jms.InvalidDestinationException: [BRM.10.2203] JMS: Queue “wmQ” is in use.>

    beaQ – local jndi name
    wmQ – remote jndi name.
    NotificationMessageBean – MessageDrivenBean


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