public class OpenWireUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenWireUtil.OpenWireWildcardConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.activemq.artemis.core.config.WildcardConfiguration |
OPENWIRE_WILDCARD |
| Constructor and Description |
|---|
OpenWireUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.activemq.command.ActiveMQDestination |
toAMQAddress(Message message,
org.apache.activemq.command.ActiveMQDestination actualDestination)
We convert the core address to an ActiveMQ Destination.
|
static org.apache.activemq.artemis.core.transaction.impl.XidImpl |
toXID(org.apache.activemq.command.TransactionId xaXid) |
static org.apache.activemq.artemis.core.transaction.impl.XidImpl |
toXID(org.apache.activemq.command.XATransactionId xaXid) |
public static final org.apache.activemq.artemis.core.config.WildcardConfiguration OPENWIRE_WILDCARD
public static org.apache.activemq.command.ActiveMQDestination toAMQAddress(Message message, org.apache.activemq.command.ActiveMQDestination actualDestination)
public static org.apache.activemq.artemis.core.transaction.impl.XidImpl toXID(org.apache.activemq.command.TransactionId xaXid)
public static org.apache.activemq.artemis.core.transaction.impl.XidImpl toXID(org.apache.activemq.command.XATransactionId xaXid)
Copyright © 2020 The Apache Software Foundation. All rights reserved.