hi to all,
i am facing exception while am triing for this
let me explain the flaow, i am JMS Queue created in jboss 4.0.5 GA server which is hosted at 172.20.36.99 ip address,(this JMS service is working fine we have tested with java clients)
now i have mirth setup in my other system in the network with IP 172.20.36.27
i have create one mirth channel who's source is File reader & destination is JMS writer(to the JMS queue created in jboss server hosted at 172.20.36.99)
now look at jms writer configuration in channel as fallows
My ${mirth-home}/conf/mule-config.xml file jms connector lines as fallows
<connector
className="com.webreach.mirth.server.mule.provider s.jms.JmsConnector"
name="cc5f048f-89c3-42ac-860b-6c3909c3a0e5_destination_1_connector"><exception-strategy
className="com.webreach.mirth.server.mule.Exceptio nStrategy"/><properties><property
name="durable" value="0"/><property
name="jndiProviderUrl"
value="jnp://172.20.36.99:1099/"/><property name="channelId"
value="cc5f048f-89c3-42ac-860b-6c3909c3a0e5"/><property
name="specification" value="1.1"/><map
name="connectionFactoryProperties"/><property
name="jndiInitialFactory"
value="org.jnp.interfaces.NamingContextFactory"/><property
name="connectionFactoryJndiName"
value="java:/ConnectionFactory"/><text-property
name="template">${message.encodedData}</text-property></properties></connector>
thowing exception like can not create jms connector
please help out from here, looking forward for the replay
reagrds,
Noor.
i am facing exception while am triing for this
let me explain the flaow, i am JMS Queue created in jboss 4.0.5 GA server which is hosted at 172.20.36.99 ip address,(this JMS service is working fine we have tested with java clients)
now i have mirth setup in my other system in the network with IP 172.20.36.27
i have create one mirth channel who's source is File reader & destination is JMS writer(to the JMS queue created in jboss server hosted at 172.20.36.99)
now look at jms writer configuration in channel as fallows
My ${mirth-home}/conf/mule-config.xml file jms connector lines as fallows
<connector
className="com.webreach.mirth.server.mule.provider s.jms.JmsConnector"
name="cc5f048f-89c3-42ac-860b-6c3909c3a0e5_destination_1_connector"><exception-strategy
className="com.webreach.mirth.server.mule.Exceptio nStrategy"/><properties><property
name="durable" value="0"/><property
name="jndiProviderUrl"
value="jnp://172.20.36.99:1099/"/><property name="channelId"
value="cc5f048f-89c3-42ac-860b-6c3909c3a0e5"/><property
name="specification" value="1.1"/><map
name="connectionFactoryProperties"/><property
name="jndiInitialFactory"
value="org.jnp.interfaces.NamingContextFactory"/><property
name="connectionFactoryJndiName"
value="java:/ConnectionFactory"/><text-property
name="template">${message.encodedData}</text-property></properties></connector>
thowing exception like can not create jms connector
please help out from here, looking forward for the replay
reagrds,
Noor.
Comment