Is there any way to communicate with JMS queue using native tools available in Open Edge.
Can any one explain me ways to communicate with JMS Queue using available Open Edge Technologies?
http://communities.progress.com/pcom/docs/DOC-16327
Hi Matthew,
Sonic is the only the way to communicate with JMS Queue or is there any other alternative?
Regards,
Ushakiran J
JMS is just a specification, not any implementation. To which JMS provider would you like to talk?
Sonic is the only JMS provide that brings a native (and supported) interface to OpenEdge. Flusso, a dutch consulting company has developed an (OpenSource) interface to FUSE. Some other JMS's may have WebService Interfaces (to send messages) or Socket protocols etc.. Sonic MQ has adapters to various other JMS's too.
It all depends on the JMS of your choice, I'd say.