Re: Queue Delete not working in 5.8

2015-05-07 Thread waydena
Sorry - I don't know if they are temp queues or not. How do I tell? From the ComTypeDefinition that they are created from? -- View this message in context: http://activemq.2283324.n4.nabble.com/Queue-Delete-not-working-in-5-8-tp4696159p4696249.html Sent from the ActiveMQ - User mailing list arc

Re: Queue Delete not working in 5.8

2015-05-07 Thread waydena
I tried adding the allowTempAutoCreationOnSend="true" setting to the config file but this actually somehow managed to double up the stale queues - I had 7 x DBSYNC-xxx queues before adding temp parameter - now I have 15. The stale queues (some of which will be weeks old) still do not get deleted.

Re: Queue Delete not working in 5.8

2015-05-07 Thread waydena
This section in the documentation describes how to configure it but it is not working the way I expect it to: http://activemq.apache.org/delete-inactive-destinations.html -- View this message in context: http://activemq.2283324.n4.nabble.com/Queue-Delete-not-working-in-5-8-tp4696159p4696212.ht

Re: Queue Delete not working in 5.8

2015-05-07 Thread waydena
I want to delete the stale queues that build up over time because they are used one time and then never used again. (Probably poor implementation I know - I am the System Engineer trying to support the system - not the developer who implemented it...) (Poor wording of the initial thread - I change

Queue Purge not working in 5.8

2015-05-06 Thread waydena
We are using AMQ 5.8 and we have queues that are created for one time use and then never used again - over a period of months these stale queues build up to a large number and clutter the Web GUI making it hard to manage. I have added the Destination Purge settings to the activemq.xml: ht

Re: Rebalance not working in 5.8.0

2013-10-17 Thread waydena
Created ticket: https://issues.apache.org/jira/browse/AMQ-4812 -- View this message in context: http://activemq.2283324.n4.nabble.com/Rebalance-not-working-in-5-8-0-tp4672890p4672939.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rebalance not working in 5.8.0

2013-10-16 Thread waydena
See Broker 1 config file attached. activemq.xml -- View this message in context: http://activemq.2283324.n4.nabble.com/Rebalance-not-working-in-5-8-0-tp4672890p4672903.html Sent from the ActiveMQ - User mailing list archive a

Re: Rebalance not working in 5.8.0

2013-10-16 Thread waydena
Yes (as per xml in original post (is there a better way to post this?)): -- View this message in context: http://activemq.2283324.n4.nabble.com/Rebalance-not-working-in-5-8-0-tp4672890p4672900.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rebalance not working in 5.8.0

2013-10-16 Thread waydena
Yes the brokers are networked. The failover works - just not the rebalance... Broker 1: Broker 2: -- View this message in context: http://activemq.2283324.n4.nabble.com/Rebalance-not-working-in-5-8-0-tp4672890p4672898.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rebalance not working in 5.8.0

2013-10-16 Thread waydena
On reflection we may not have had this working in 5.4 - the clients connected split across the two brokers on initial start-up because we still had both brokers configured in the client failover string at that time (the random connection was working) so it looked like rebalance was working but prob

Rebalance not workingin 5.8.0

2013-10-16 Thread waydena
We previously had rebalance working in 5.4.2 with mulitple clients connecting to two brokers but it appears this stopped working after an upgrade to 5.8.0. All clients now connect to Broker 1 when it is started first. If Broker 1 is stopped all clients fail over to Broker 2 and stay there once Brok