Re: Message Producer and the Unique ID
Hello, oops... i'm sorry as i found i've asked an FAQ! :P http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html -- matt Matthew Wong wrote: > > Hello All, > > my existing webapp works in the following way: > >
Message Producer and the Unique ID
Hello All, my existing webapp works in the following way: 1. client send a request to my webapp 2. my webapp insert the request to a PostgreSQL table, get the sequence.nextval(), as an request ID 3. my webapp response the client with the request ID the client wil