Have you looked at HTTPAPI by Scott Klement ?
(http://www.scottklement.com/httpapi/)
Pete Helgren
svdv wrote:
Thank you for your response. I am in the process of exploring the REST based
approach as RPG has a way to send HTTP POST requests. Currently RPG does a
HTTP POST to a servlet which pro
Thank you for your response. I am in the process of exploring the REST based
approach as RPG has a way to send HTTP POST requests. Currently RPG does a
HTTP POST to a servlet which processes the information synchronously. By
using REST based service and hooking it up to a ActiveMQ queue i can have
Hello Sriram
If there is a HTTP package for RPG then the application could use the REST
protocol which seems to be very easy to implement. (However I have only
experience with STOMP.)
Michael
svdv wrote:
>
> Hello All,
>We are looking at using ActiveMQ as a way to have asynchronous deliv
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 interfa