public class InteropTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IgnoreGeneratedSendTimestamps |
static String |
TestNoPropertyKey |
| Constructor and Description |
|---|
InteropTest() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
createJMSMessage(Session session,
MessageProducer producer,
JMSInteropTest test) |
static Message |
createMessageByNumber(Session session,
MessageProducer producer,
Integer msgId) |
static void |
testBytesValues(byte[] expected,
BytesMessage received,
int testNo) |
static void |
testMapValues(SDTMap expected,
MapMessage received,
int testNo) |
static void |
testMessageTypes(JMSInteropTest test,
Message received) |
static void |
testObjectValues(Object expected,
ObjectMessage received,
int testNo) |
static void |
testProperties(JMSInteropTest test,
Message received,
int testNo) |
static void |
testReplyTo(Destination expected,
Destination received,
int testNo) |
static void |
testStreamValues(SDTStream expected,
StreamMessage received,
int testNo) |
static int |
validateRecvMsg(Message msg) |
public static boolean IgnoreGeneratedSendTimestamps
public static final String TestNoPropertyKey
public static int validateRecvMsg(Message msg) throws SDTException
SDTExceptionpublic static void testMessageTypes(JMSInteropTest test, Message received)
public static void testProperties(JMSInteropTest test, Message received, int testNo) throws JMSException, SDTException
JMSExceptionSDTExceptionpublic static void testReplyTo(Destination expected, Destination received, int testNo) throws JMSException
JMSExceptionpublic static void testMapValues(SDTMap expected, MapMessage received, int testNo) throws JMSException, SDTException
JMSExceptionSDTExceptionpublic static void testStreamValues(SDTStream expected, StreamMessage received, int testNo) throws JMSException, SDTException
JMSExceptionSDTExceptionpublic static void testBytesValues(byte[] expected,
BytesMessage received,
int testNo)
throws JMSException,
SDTException
JMSExceptionSDTExceptionpublic static void testObjectValues(Object expected, ObjectMessage received, int testNo) throws JMSException, SDTException
JMSExceptionSDTExceptionpublic static Message createMessageByNumber(Session session, MessageProducer producer, Integer msgId) throws JMSException, SDTException
JMSExceptionSDTExceptionpublic static Message createJMSMessage(Session session, MessageProducer producer, JMSInteropTest test) throws JMSException, SDTException
JMSExceptionSDTExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.