Package biz.hammurapi.jms

Interface Summary
JmsConfigurable Reads configuration from JMS message
JmsSerializable Classes which know how to write themselves to JMS message shall implement this interface.
JmsWorker.Selectable Jobs can implement this interface to set JMS message headers
 

Class Summary
Adapter Base class for JMS adapters which operate on two queue pairs.
ConnectionWrapper This class reads configuration from XML, looks up JMS connection factory in JNDI and obtains connection from the factory.
DomMessageProcessor  
JmsDestinationSliceConsumer Sends collected metrics to JMS destination (JMS 1.1).
JmsQueueSliceConsumer Sends collected metrics to JMS queue.
JmsSliceConsumer Collects slices for a period of time and send them as JMS text message with XML payload.
JmsTopicSliceConsumer Sends collected metrics to JMS topic.
JmsWorker Posts serializable and dom-serializable jobs to JMS queue.
MessageProcessor Base class for JMS message processors.
QueueConnectionWrapper This class reads configuration from XML, looks up JMS queue connection factory in JNDI and obtains connection from the factory.
StylingXmlMessageProcessor  
TopicConnectionWrapper This class reads configuration from XML, looks up JMS Topic connection factory in JNDI and obtains connection from the factory.
XmlBeansMessageProcessor  
XmlBeansSaxResult  
 

Exception Summary
JMSExceptionEx Extension of JMSException to allow cause chaining.
MessageProcessingException  
 



Copyright © 2006 Hammurapi Group. All Rights Reserved.