Method Summary |
|
public Queue | createQueue(String name) Non implemented method: creating a WebSphere MQ destination from JOnAS is not possible. |
public Topic | createTopic(String name) Non implemented method: creating a WebSphere MQ destination from JOnAS is not possible. |
public void | deleteDestination(String name) Non implemented method: deleting a WebSphere MQ destination from JOnAS is not possible. |
public int | getPendingMessages(javax.jms.Queue queue) Returns -1; did not have time to find out if getting this information
is possible from a WSMQ Queue. |
public int | getPendingRequests(javax.jms.Queue queue) Returns -1; did not have time to find out if getting this information
is possible from a WSMQ Queue. |
public int | getSubscriptions(javax.jms.Topic topic) Returns -1; did not test the WSMQ Pub/Sub broker. |
public XAConnectionFactory | getXAConnectionFactory() Returns the XAConnectionFactory. |
public XAQueueConnectionFactory | getXAQueueConnectionFactory() Returns the XAQueueConnectionFactory. |
public XATopicConnectionFactory | getXATopicConnectionFactory() Returns the XATopicConnectionFactory. |
public void | start(boolean collocated, String url) Initialization method, setting the connection factories. |
public void | stop() Terminates the JMS Service. |