Ah, think I found the issue. The publisher's bus was pointing to the
same queue where I was publishing messages to. Therefore, both the
publisher and consumer were trying to read messages off same queue
(seems I had inadvertently set up competing consumers). When the
message was picked up by consumer process everything was fine because
I had a ConsumerOf<T> registered in the container. But when it was
picked up by producer, I didn't have any ConsumerOf<T> registered, so
message was dumped to discarded queue.
hth someone else
cheers
On Nov 18, 2:49 am, Ayende Rahien <
aye...@ayende.com> wrote:
> Enable logging, and try to see why it is ending up there.
>
> >
rhino-tools-d...@googlegroups.com<
rhino-tools-dev%2Bunsu...@googlegroups.com>