Uses of Class
org.apache.activemq.tool.properties.JmsConsumerProperties
-
Packages that use JmsConsumerProperties Package Description org.apache.activemq.tool -
-
Uses of JmsConsumerProperties in org.apache.activemq.tool
Fields in org.apache.activemq.tool declared as JmsConsumerProperties Modifier and Type Field Description protected JmsConsumerProperties
JmsConsumerClient. client
protected JmsConsumerProperties
JmsConsumerSystem. consumer
Methods in org.apache.activemq.tool that return JmsConsumerProperties Modifier and Type Method Description JmsConsumerProperties
JmsConsumerSystem. getConsumer()
Methods in org.apache.activemq.tool with parameters of type JmsConsumerProperties Modifier and Type Method Description void
JmsConsumerSystem. setConsumer(JmsConsumerProperties consumer)
Constructors in org.apache.activemq.tool with parameters of type JmsConsumerProperties Constructor Description JmsConsumerClient(JmsConsumerProperties clientProps, ConnectionFactory factory)
-