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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problem in sending JMS message on Queue

    Posted 07/08/09 01:00 PM

    Hi
    i am getting the following error message whenever i tried to send the JMS data on JMS Queue.

    [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service Queue.AdapterService:CreationJMSData.
    [ADA.680.1014] JMS Exception in (WmJMSUtils.sendMessage):
    [BRM.10.5001] JMS: No send permissions for event type “JMS::Queues::Queue01” in client group “Queue_Conn_SessionClientGroup”


    Steps followed in sending the data to Queue are.

    1. Created QueueConnectionFactory and Destination.
    2. In the flow service converted simple data into JMSMessage using “DocumentToTextMessage” adapter service. and taken Destination lookup name in the string variable.
    3. While sending JMSdata to Queue, i used the “MessageProducer” adapter service.

    so please let me know why this problem is coming.

    Also how can we create subscriber for the Queue?

    Thanks in advance,
    Rohit Ware


    #webMethods-Archive
    #webMethods
    #JMS-Adapter-Archive-wmUsers


  • 2.  RE: Problem in sending JMS message on Queue

    Posted 10/21/09 03:49 PM

    Hi,

    I’m currently facing the same problem, and it appears the Destination you set in order to create your JMS Queue should have the same Lookup Name and Destination Name.

    Otherwise, you’ll get this error because the "JMS::Queues::Queue01" Document Type doesn’t exist (it isn’t automatically created by the My webMethods Servers while it should)


    #JMS-Adapter-Archive-wmUsers
    #webMethods
    #webMethods-Archive