On Dec 27, 2007 5:38 PM, svdv <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>    We are looking at using ActiveMQ as a way to have asynchronous delivery
> of data from a AS/400 backend to a front end Java application. There is a
> always IBM's Dataqueues that can be used. But having a JMS based interface
> to communicate between the front end and the back end would provide a better
> architecture. Could someone please shed some light if this is possible with
> ActiveMQ

Take a look at the STOMP protocol:

http://activemq.apache.org/stomp.html

The STOMP protocol is used to implement clients for all the scripting
languages because it's a very text-only protocol. Maybe you could
create a STOMP client for RPG.

Another alternative is to use Java from the AS/400 so that you could
just write an application that makes standard JMS calls to the
ActiveMQ broker.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to