public class OpenWireUtil extends Object
| Constructor and Description |
|---|
OpenWireUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertWildcard(String physicalName) |
static org.apache.activemq.artemis.api.core.ActiveMQBuffer |
toActiveMQBuffer(org.apache.activemq.util.ByteSequence bytes) |
static org.apache.activemq.command.ActiveMQDestination |
toAMQAddress(ServerMessage message,
org.apache.activemq.command.ActiveMQDestination actualDestination)
We convert the core address to an ActiveMQ Destination.
|
static org.apache.activemq.artemis.api.core.SimpleString |
toCoreAddress(org.apache.activemq.command.ActiveMQDestination dest) |
static XidImpl |
toXID(org.apache.activemq.command.TransactionId xaXid) |
static XidImpl |
toXID(org.apache.activemq.command.XATransactionId xaXid) |
public static org.apache.activemq.artemis.api.core.ActiveMQBuffer toActiveMQBuffer(org.apache.activemq.util.ByteSequence bytes)
public static org.apache.activemq.artemis.api.core.SimpleString toCoreAddress(org.apache.activemq.command.ActiveMQDestination dest)
public static org.apache.activemq.command.ActiveMQDestination toAMQAddress(ServerMessage message, org.apache.activemq.command.ActiveMQDestination actualDestination)
public static XidImpl toXID(org.apache.activemq.command.TransactionId xaXid)
public static XidImpl toXID(org.apache.activemq.command.XATransactionId xaXid)
Copyright © 2023 The Apache Software Foundation. All Rights Reserved.