Package org.jboss.test.messaging.jms.message

Examples of org.jboss.test.messaging.jms.message.SimpleJMSObjectMessage


       testObj = null;
    }

    protected Message createForeignMessage() throws Exception
    {
        SimpleJMSObjectMessage m = new SimpleJMSObjectMessage();
       
        log.debug("creating JMS Message type " + m.getClass().getName());
       
        m.setObject(testObj);

        return m;
    }
View Full Code Here


       testObj = null;
    }

    protected Message createForeignMessage() throws Exception
    {
        SimpleJMSObjectMessage m = new SimpleJMSObjectMessage();
       
        log.debug("creating JMS Message type " + m.getClass().getName());
       
        m.setObject(testObj);

        return m;
    }
View Full Code Here

TOP

Related Classes of org.jboss.test.messaging.jms.message.SimpleJMSObjectMessage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.