Hi Every one

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

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]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.