Nevermind. I finally spotted an xml bug that was causing this.
ErnestPasour wrote:
>
> I have a distributed program that uses 2 message queues for communication.
> Process A writes a message to Q1. Process B reads the message from Q1 and
> later posts a message to Q2. Process
I have a distributed program that uses 2 message queues for communication.
Process A writes a message to Q1. Process B reads the message from Q1 and
later posts a message to Q2. Process A reads the message from Q2.
I am using ActiveMQ 4.1.1 as my persistent broker.
If Process A and Process B