Hello,
i try to get JMS Messages from the ApplicationServer Jonas.
The properties are :
JNDI Initial Context Factory : org.objectweb.carol.jndi.spi.MultiOrbInitialContex tFactory
JNDI Provider URL : rmi://localhost:1099
Connection Fact JNDI Name : JQCF
Destination : joerg2mirth
With my own Javaprogramm it works fine and i can get all messages from the server. But with Mirth
simply nothing happens :-(
I tried also "queue:joerg2mirth" but allways the same.
Then i changed the log level to debug and the log shows this:
Is it possible that "not firing event for this listener" ist responsible for this behaviour?
And are there any suggestions what i can do?
With ActiveMQ from Apache i had no Problem, but i need this function with Jonas :-(
Thanks in advance
Jörg Orlowski
Post edited by: orlowjb3, at: 05/03/2007 05:29
i try to get JMS Messages from the ApplicationServer Jonas.
The properties are :
JNDI Initial Context Factory : org.objectweb.carol.jndi.spi.MultiOrbInitialContex tFactory
JNDI Provider URL : rmi://localhost:1099
Connection Fact JNDI Name : JQCF
Destination : joerg2mirth
With my own Javaprogramm it works fine and i can get all messages from the server. But with Mirth
simply nothing happens :-(
I tried also "queue:joerg2mirth" but allways the same.
Then i changed the log level to debug and the log shows this:
Code:
MirthConfiguration:type=control,name=_vmConnector#30542569Service DEBUG 2007-05-03 13:52:18,207 [UMOManager.1] org.mule.impl.internal.events.ServerEventManager: Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector' for listener com.webreach.mirth.server.mule.providers.jms.JmsConnector does not match Resource id '_vmConnector#30542569.receiver (vm://5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5)' for event, not firing event for this listener DEBUG 2007-05-03 13:52:18,207 [UMOManager.1] org.mule.impl.internal.events.ServerEventManager: Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector' for listener com.webreach.mirth.server.mule.providers.jms.JmsConnector does not match Resource id '_vmConnector#30542569.receiver (vm://5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5)' for event, not firing event for this listener DEBUG 2007-05-03 13:52:18,209 [UMOManager.1] org.mule.impl.internal.events.ServerEventManager: Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector' for listener com.webreach.mirth.server.mule.providers.jms.JmsConnector does not match Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector.receiver (jms://queue:joerg2mirth)' for event, not firing event for this listener DEBUG 2007-05-03 13:52:18,209 [UMOManager.1] org.mule.impl.internal.events.ServerEventManager: Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector' for listener com.webreach.mirth.server.mule.providers.jms.JmsConnector does not match Resource id '5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5_source_connector.receiver (jms://queue:joerg2mirth)' for event, not firing event for this listener INFO 2007-05-03 13:52:18,219 [RMI TCP Connection(89)-127.0.0.1] org.mule.impl.model.seda.SedaModel: Mule 5afeaaf2-3eb6-40f0-9c9a-f7a87ceab1f5 has been started successfully
And are there any suggestions what i can do?
With ActiveMQ from Apache i had no Problem, but i need this function with Jonas :-(
Thanks in advance
Jörg Orlowski
Post edited by: orlowjb3, at: 05/03/2007 05:29
Comment