Isolate the ActiveMQ JMS sexamples.
[stompngo_examples.git] / jinterop / README.md
blob225f741fc15e5bd13f1768373d90768b3e833ba1
1 # stompngo_examples - Java JMS Interoperability #
3 ## Assumptions ##
5 * ActiveMQ Message Broker
6 * Openwire port at 61616
7 * STOMP port at 61613
9 ## Java and go Preparation ##
11 * Modify cp.sh to provide your AMQ lib location
12 * Run ./compile.sh
14 ## Send and Receive With go ##
16 * Run ./gosend.sh
17 * Run ./gorecv.sh
19 ## Send and Receive With Java ##
21 * Run ./jsend.sh
22 * Run ./jrecv.sh
24 ## Send With go and Receive With Java ##
26 * Run ./gosend.sh
27 * Run ./jrecv.sh
29 ## Send With Java and Receive With go ##
31 * Run ./jsend.sh
32 * Run ./gorecv.sh
34 ## Cleanup After Testing ##
36 * Run ./clean.sh
38 ## Miscellaneous ##
40 One can send and receive using Java of course, or send and receive using go.