CF9.01 and ActiveMQ
I am trying to accept JMS messages on my CF9.01 server from a queue on a remote server running ActiveMQ 5.7
The examples event gateway uses a Topic rather than a Queue.
I keep getting:
"Error","Thread-94","02/11/13","13:43:30",,"Error starting gateway MyTestActiveMQGateway: Queue.ABS"
javax.naming.NameNotFoundException: Queue.ABS
at org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java: 235)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at examples.ActiveMQ.JMSConsumeSession.<init>(Unknown Source)
at examples.ActiveMQ.JMSConsumer.start(Unknown Source)
at examples.ActiveMQ.JMSGateway.startGateway(Unknown Source)
at coldfusion.eventgateway.GenericGateway.start(GenericGateway.java:118)
at coldfusion.eventgateway.EventServiceImpl$GatewayStarter.run(EventServ iceImpl.java:1428)
Any ideas or examples?
Thanks,
Steve
