Add Java/JMS interoperability examples for Artemis.
commit4bedfc3ea7497f962a17e0ec589b78547f6c5a81
authorgmallard <allard.guy.m@gmail.com>
Tue, 19 Jul 2016 00:38:51 +0000 (18 20:38 -0400)
committergmallard <allard.guy.m@gmail.com>
Tue, 19 Jul 2016 00:38:51 +0000 (18 20:38 -0400)
treec76e708790c9de678348651d6286f8c30beb8a70
parent1ca9353fedfb755f0c851da62181effdd96af659
Add Java/JMS interoperability examples for Artemis.
30 files changed:
jinterop/README.md
jinterop/artemis/ARTEMIS.md [new file with mode: 0644]
jinterop/artemis/Constants.java [new file with mode: 0644]
jinterop/artemis/Receiver.java [new file with mode: 0644]
jinterop/artemis/Sender.java [new file with mode: 0644]
jinterop/artemis/clean.sh [new file with mode: 0755]
jinterop/artemis/compile.sh [new file with mode: 0755]
jinterop/artemis/cp.sh [new file with mode: 0755]
jinterop/artemis/gorecv.sh [new file with mode: 0755]
jinterop/artemis/gorecv/gorecv.go [new file with mode: 0644]
jinterop/artemis/gosend.sh [new file with mode: 0755]
jinterop/artemis/gosend/gosend.go [new file with mode: 0644]
jinterop/artemis/jars/artemis-commons-1.4.0-SNAPSHOT.jar [new file with mode: 0644]
jinterop/artemis/jars/artemis-core-client-1.4.0-SNAPSHOT.jar [new file with mode: 0644]
jinterop/artemis/jars/artemis-jms-client-1.4.0-SNAPSHOT.jar [new file with mode: 0644]
jinterop/artemis/jars/artemis-selector-1.4.0-SNAPSHOT.jar [new file with mode: 0644]
jinterop/artemis/jars/commons-beanutils-1.9.2.jar [new file with mode: 0644]
jinterop/artemis/jars/commons-collections-3.2.2.jar [new file with mode: 0644]
jinterop/artemis/jars/commons-logging-1.2.jar [new file with mode: 0644]
jinterop/artemis/jars/geronimo-jms_2.0_spec-1.0-alpha-2.jar [new file with mode: 0644]
jinterop/artemis/jars/guava-18.0.jar [new file with mode: 0644]
jinterop/artemis/jars/javax.inject-1.jar [new file with mode: 0644]
jinterop/artemis/jars/jboss-logging-3.3.0.Final.jar [new file with mode: 0644]
jinterop/artemis/jars/jgroups-3.6.9.Final.jar [new file with mode: 0644]
jinterop/artemis/jars/netty-all-4.0.32.Final.jar [new file with mode: 0644]
jinterop/artemis/jars/org.osgi.core-6.0.0.jar [new file with mode: 0644]
jinterop/artemis/jars/osgi.cmpn-6.0.0.jar [new file with mode: 0644]
jinterop/artemis/jndi.properties [new file with mode: 0644]
jinterop/artemis/jrecv.sh [new file with mode: 0755]
jinterop/artemis/jsend.sh [new file with mode: 0755]