Class ActiveMQConverter
java.lang.Object
org.apache.camel.component.activemq6.converter.ActiveMQConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.command.ActiveMQDestinationtoDestination(String name) Converts a URL in ActiveMQ syntax to a destination such as to support "queue://foo.bar" or 'topic://bar.whatnot".
-
Constructor Details
-
ActiveMQConverter
public ActiveMQConverter()
-
-
Method Details
-
toDestination
Converts a URL in ActiveMQ syntax to a destination such as to support "queue://foo.bar" or 'topic://bar.whatnot". Things default to queues if no scheme. This allows ActiveMQ destinations to be passed around as Strings and converted back again.- Parameters:
name- is the name of the queue or the full URI using prefixes queue:// or topic://- Returns:
- the ActiveMQ destination
-