Starting the connection

Under the JMS specification, connections are not active upon creation. Until the connection starts, MessageConsumers that are associated with the connection cannot receive any messages. Use the following command to start the connection:
connection.start();

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.