@Converter public class ActiveMQConverter extends Object
| Constructor and Description |
|---|
ActiveMQConverter() |
| Modifier and Type | Method and Description |
|---|---|
static 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 static org.apache.activemq.command.ActiveMQDestination toDestination(String name)
name - is the name of the queue or the full URI using prefixes queue:// or topic://Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.