Package org.apache.activemq.junit
Class ActiveMQTopicSubscriberResource
java.lang.Object
org.junit.rules.ExternalResource
org.apache.activemq.junit.AbstractActiveMQClientResource
org.apache.activemq.junit.AbstractActiveMQConsumerResource
org.apache.activemq.junit.ActiveMQTopicSubscriberResource
- All Implemented Interfaces:
TestRule
-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQTopicSubscriberResource(String destinationName, URI brokerURI) ActiveMQTopicSubscriberResource(String destinationName, URI brokerURI, String userName, String password) ActiveMQTopicSubscriberResource(String destinationName, org.apache.activemq.ActiveMQConnectionFactory connectionFactory) ActiveMQTopicSubscriberResource(String destinationName, EmbeddedActiveMQBroker embeddedActiveMQBroker) -
Method Summary
Methods inherited from class org.apache.activemq.junit.AbstractActiveMQConsumerResource
createClient, getDefaultReceiveTimout, receiveBytesMessage, receiveBytesMessage, receiveMapMessage, receiveMapMessage, receiveMessage, receiveMessage, receiveObjectMessage, receiveObjectMessage, receiveTextMessage, receiveTextMessage, setDefaultReceiveTimoutMethods inherited from class org.apache.activemq.junit.AbstractActiveMQClientResource
after, before, createBytesMessage, createDestination, createMapMessage, createMessage, createMessage, createMessage, createMessage, createMessage, createMessage, createMessage, createMessage, createObjectMessage, createStreamMessage, createTextMessage, getBrokerURL, getClientId, getDestinationName, setMessageProperties, start, stopMethods inherited from class org.junit.rules.ExternalResource
apply
-
Constructor Details
-
ActiveMQTopicSubscriberResource
public ActiveMQTopicSubscriberResource(String destinationName, org.apache.activemq.ActiveMQConnectionFactory connectionFactory) -
ActiveMQTopicSubscriberResource
-
ActiveMQTopicSubscriberResource
public ActiveMQTopicSubscriberResource(String destinationName, EmbeddedActiveMQBroker embeddedActiveMQBroker) -
ActiveMQTopicSubscriberResource
-
-
Method Details
-
getDestinationType
public byte getDestinationType()- Specified by:
getDestinationTypein classAbstractActiveMQClientResource
-