Greg
[EMAIL PROTECTED] wrote:
OK, that issue is fixed, but it's still not picking up the message from
the JMS queue. Just to let you know, here's my setup:
I have two queues: MY_QUEUE and OUT_QUEUE. I enqueue a message on
MY_QUEUE by making an HTTP which synapse proxies to the JMS queue.
There's an MDB listening on MY_QUEUE, which picks up the messages and
enqueues it on OUT_QUEUE. The message still doesn't get picked up off
of OUT_QUEUE unless I restart Synapse.
Does your custom MDB correctly handle the CORRELATION_ID? i.e. Synapse
expects the response you place on the OUT_QUEUE to match the MESSAGE_ID
of the request it placed on MY_QUEUE
asankha