Hey
To your response that as ActiveMQConnection will have a ExceptionListener
already registered against it, what will happen if after getting this
activeMQ connection from connection factory I again register a listener
against it.
Will this exception handler super seed the already registered h
On Tue, Feb 3, 2009 at 21:07, soody wrote:
>
> Hey
>
> Thx for the reply.. after reading ur blog address i realised that i had
> already referred ur blog in this context. I guess the article was some 2
> year old article :)
> But this tells me that you are exactly the perfect person to have all
Hey
Thx for the reply.. after reading ur blog address i realised that i had
already referred ur blog in this context. I guess the article was some 2
year old article :)
But this tells me that you are exactly the perfect person to have all my
doubts cleared:)
I am trying to implement pooling.
The block synchronizes on the message producer, which means it's here
in case the *same* producer is used from several different threads, so
it should not have much overhead when using multiple producers (which
would be recommand afaik).
For the pooling part, the first thing is that consuming mess