Focal Point
iway event adapter

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/2201011942

September 28, 2007, 01:27 PM
dertown
iway event adapter
can anyone give me an example of setting up JMS port for a table listener?

I am trying to do it for jboss messaging and it does not seem to be working and i would like to see a working configuration ifthere is one out there?
October 21, 2007, 09:03 PM
CodeMarc
a sample JMSQ disposition url for event port definition:

jmsq:jms/sampleQ@jms/sampleQCF;jndiurl=iiop://iwserv:3700;jndifactory=com.sun.jndi.cosnaming.CNCtxFactory

where jms/sampleQ and jms/sampleQCF are JNDI names for Queue and QueueConnectionFactory respectively.