@Converter
public class ActiveMQConverter
extends java.lang.Object
| Constructor and Description |
|---|
ActiveMQConverter() |
| Modifier and Type | Method and Description |
|---|---|
static ActiveMQDestination |
toDestination(java.lang.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 ActiveMQDestination toDestination(java.lang.String name)
name - is the name of the queue or the full URI using prefixes queue:// or topic://Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.