webMethods

 View Only
Expand all | Collapse all

Hi Every one

  • 1.  Hi Every one

    Posted Wed April 03, 2013 07:47 PM

    In jms when we have to use queue connection and topic connection and wat is jndi and jms connection factories


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


  • 2.  RE: Hi Every one

    Posted Wed April 03, 2013 09:35 PM

    Hi,

    JNDI is Java naming Directory Interface, which provides the following features.

    • a mechanism to bind an object to a name
    • a directory lookup interface that allows general queries
    • an event interface that allows clients to determine when directory entries have been modified
    • LDAP extensions to support the additional capabilities of an LDAP service

    Then configure your JMS connection Alias and triggers to pull the messages from quueus.

    JMS Queue and topic connection factories both work on 2 different communication models. Queue is point-to-point and topic is publish-subscriber

    Refer :
    [url]http://www.idnxchange.com/webmethods-blogs/webmethods-as-jms-provider.html[/url]

    [url]http://www.idnxchange.com/forum/broker-jms/161-webmethods-broker-jms-connection-configuration-and-jndi-details.html[/url]


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