@Converter(generateLoader=true) public class ActiveMQConverter extends Object
| Constructor and Description |
|---|
ActiveMQConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.command.ActiveMQDestination |
toDestination(String name)
Converts a URL in ActiveMQ syntax to a destination such as to support
"queue://foo.bar" or 'topic://bar.whatnot".
|
@Converter public org.apache.activemq.command.ActiveMQDestination toDestination(String name)
name - is the name of the queue or the full URI using prefixes
queue:// or topic://Apache Camel