Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Broker to JMS Mappings | Broker-to-JMS Mappings | Broker Client
 
Broker Client
Broker
JMS
Notes
ID
*Connection:<clientID>
*Queue:<name>
*DurableSubscriber:<clientID>##
*<subscription name>
The three different JMS objects listed use the Broker ClientID value; the labels within angle brackets are the JMS terms.
Application Name
WMConnectionFactory.setApplicationName()
WMConnectionFactory.getApplicationName()
--
Broker
WmConnectionFactory.getBrokerName()
WmConnectionFactory.setBrokerName()
Client Group
WmConnectionFactory.getClientGroup()
WmConnectionFactory.setClientGroup()
User name
ConnectionFactory.createConnection
(String username, String password)
Shared Document Order
WmDestination.getSharedStateOrdering()
WmDestination.setSharedStateOrdering()
Applicable only to QueueReceivers and DurableSubscribers
State Sharing
WmDestination.getSharedState()
WmDestination.setSharedState()
Applicable only to QueueReceivers and DurableSubscribers
Infoset
Internal use only.
Forced Reconnect
N/A