...
- Download the hornetq-all-new.jar and copy it to the
<EI_HOME>/lib/
directory. - Replace the
geronimo-jms_1.1_spec-1.1.0.wso2v1.jar
file in the<EI_HOME>/wso2/lib/endorsed/
directory withjavax.jms-api-2.0.1.jar
- Download HornetQ from http://hornetq.jboss.org/downloads and extract the tar.gz.
...
You will see that 5 messages are shared between the inbound listener and TopicConsumer.java
. This is because both the WSO2 EI inbound listener, and TopicConsumer.java
are configured as shared subscribers.
...