Subject: | Failover is not working in the middle of publish or subscribe |
Hi,
[This is the first time I'm logging a bug in CPAN code so please correct
me if I'm not following any conventions here]
I'm trying to use Net::STOMP::Client to communicate with my ActiveMQ
broker and I would like my client to have failover support. So, I've
instantiated the client with proper uri which has to hosts specified and
I've seen that the client fails over to the second broker if the first
one is not reachable. However, if the first broker goes down after the
client started publishing, the client simply aborts instead of failing
over to the second broker. This was easily reproducible for me.
Is this expected behavior? Or, am I missing something?