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();