|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.messaging.MessageQueueFacadeSenderTest
This class is used in conjunction with MessageQueueFacadeReceiverTest
as a high level test of the SpiderLogic messege queue facade architecture.
To setup the environment for this test, a queue named "org.arch4j.testQueue" must exits in the JMS implementation. The messaging.properties property file must also be set up to reference the MessageQueueFacade implementation class. Run an instance of this class from the command line.
Constructor Summary | |
MessageQueueFacadeSenderTest()
|
Method Summary | |
void |
close()
Close the queue sender and the message facade. |
static void |
main(String[] args)
Main program entry point. |
void |
send(String aTextMessage)
Send aTextMessage to the queueSender . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageQueueFacadeSenderTest()
Method Detail |
public void send(String aTextMessage)
aTextMessage
to the queueSender
.
public void close()
public static void main(String[] args)
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |