Hi Everyone,
I'm gonna use activemq in a project. It will be a distributed system which
will use Active MQ for communicating with each other. Some of the functions
involve request/reply pattern usage.
My Question Is,
Will I need to use Jencks in order for me to do this?
What is the use of Jenck
Hi Everyone,
I would like to implement a request - reply message.
I have two brokers, a local broker and a remote broker.
My problem is I want to do a request reply but I'm not sure of whether to go
directly to the remote broker and make a request there.
Or to put a request on the local broker a
.. but putting on the local broker is typically
>>> simpler and what is normally done.
>>>
>>> On Thu, May 22, 2008 at 4:06 PM, carloc <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hi Everyone,
>>>>
>>>> I would like to i