| Interface | Description | 
|---|---|
| JmsMessageProducer | JmsMessageProducer implementations are responsible for translating a  org.apache.storm.tuple.Valuesinstance into ajavax.jms.Messageobject. | 
| JmsProvider | A  JmsProviderobject encapsulates theConnectionFactoryandDestinationJMS objects theJmsSpoutneeds to manage a topic/queue connection over the course of it’s lifecycle. | 
| JmsTupleProducer | Interface to define classes that can produce a Storm  Valuesobjects from ajavax.jms.Messageobject>. | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.