开发者

activemq NoB: broker not getting messages after reconnect

We have a hub-and-spoke network topology with activemq with topic and durable subscribers.

After a (embedded) broker has been disconnected, it does not get the messages that have been sent during the disconnection period while it does send its local pending messages.

Example: broker A (embedded) <---> central broker (standalone) <---> broker B (embedded)

After broker A has been disconnect for more than 30s (max innactivity timeout for openwire), it does not get from the central broker the messages that have been sent while disconnect. However, broker A sends all its pending messages so broker B receives all of them.

Central broker does not have a specific network connector defined, since it is not kno开发者_开发技巧wn before hand which brokers has to connect to.

Tried with several recovery policies, but none seems to work.

Any help?


there are various issues with durable topics and clustered brokers...

if possible, try using virtual topics instead. they are simple to setup, behave like persistent queues and seem to be much more reliable...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜