- All Implemented Interfaces:
- ICollector, javax.jms.MessageListener
public class JMSCollector
extends AbstractCollector
implements javax.jms.MessageListener
JMS/Joram in adapter based on new JMS 2.0 specification.
This JMS collector works either in Point-To-Point (PTP) or Publish/Subscribe (P/S)
mode messages depending of the destination type (Queue or Topic) used to receive
messages. The destination type could be specified in the name of the destination, by
default it is a topic.
- Author:
- ScalAgent Team, Cilia Project Team