Hi, We have a system over here which consists of multiple queues with senders and receivers. Just the other day we noticed a problem during some maintenance. This problem starts when we change the xml file in which the queues are defined, JBoss sees that the file is changed and will automticaly discard its current queues and restart the queues defined in the newly saved file. At this point all seems well, all queues are there and any sender or receiver is able to find them. However, the receivers who had already found the (old) queues (before the file was changed) are NOT notified of the 'broken connection'. Despite the fact that they have registerd them selves as an exceptionlistener. This results in receivers 'listening' to old (non-existent) queues and senders filling the new queues. As one can imange the new queues won't have any listeners so the messages won't be read by any receiver at all.
Does anyone have a solution to this problem? As mentioned in the subject we are working with 3.2.6 Rikko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856496#3856496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856496 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
