Hi,
I'm trying to setup a jms-provider in my JBoss ESB 4.9 running under JBoss 5.1.0. I am trying to retrieve messages on a jms topic from a jboss 4.2.3 jbossmq broker. I have setup my jms-provider like so:
<jms-provider name="JBossMQ-DMS" connection-factory="ConnectionFactory">
<property name="jndi-context-factory" value="org.jnp.interfaces.NamingContextFactory" />
<property name="jndi-URL" value="jnp://192.168.2.5:1099" />
<jms-bus busid="incomingOverlays">
<jms-message-filter dest-type="TOPIC"
dest-name="topic/IncomingTdam" />
</jms-bus>
</jms-provider>
I have copied the jbossmq-client.jar from the JBoss 4.2.3 in which I am receiving the jms message into my JBoss 5.1.0 common/lib directory. I am getting a SpyMapMessage is not a supported data type exception. Any help would be much appreciated.
Thanks,
Steve