public interface JmsProvider extends Serializable
A JmsProvider
object encapsulates the ConnectionFactory
and Destination
JMS objects the JmsSpout
needs to manage a topic/queue connection over the course of it’s lifecycle.
Modifier and Type | Method and Description |
---|---|
javax.jms.ConnectionFactory |
connectionFactory()
Provides the JMS
ConnectionFactory . |
javax.jms.Destination |
destination()
Provides the
Destination (topic or queue) from which the JmsSpout will receive messages. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.