My event source application is successfully submitting events to the emitter, but the events are not received by consumers using the JMS interface.
The remedy for this problem depends upon the underlying cause.
In your event consumer, use the QueueConnection.start() method or the TopicConnection.start() method before attempting to receive events.