webMethods

webMethods

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 in sending JMS message on Queue

  • 1.  Problem in sending JMS message on Queue

    Posted Wed July 08, 2009 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 Wed October 21, 2009 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