[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-27 Thread Lionel Cons (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13615404#comment-13615404
 ] 

Lionel Cons commented on AMQ-4364:
--

jaasDualAuthenticationPlugin is quite complex to setup.

I've tried to patch 
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ4126Test.java for 
it (see attached).
The new test fails on the last assert, indicating that the queue still exists.

BTW, I also had to modify 
activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml
 to set useJmx=true...

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-21 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608957#comment-13608957
 ] 

Timothy Bish commented on AMQ-4364:
---

Seems doubtful given that you started with a clean KahaDB, you can always go 
back to default settings and test.  

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-21 Thread Lionel Cons (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608990#comment-13608990
 ] 

Lionel Cons commented on AMQ-4364:
--

Via trial and error, it seems that the following line is causing us problems:

  jaasDualAuthenticationPlugin configuration=activemq-domain 
sslConfiguration=activemq-ssl-domain/

Without it, queue deletion works. With it, it does not.

Do you see the same behavior?

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-21 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609001#comment-13609001
 ] 

Timothy Bish commented on AMQ-4364:
---

Can you throw together a unit test that reproduces it?  

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-20 Thread Lionel Cons (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13607367#comment-13607367
 ] 

Lionel Cons commented on AMQ-4364:
--

Could this be linked to the message store? We use kahaDB with the following 
parameters:

persistenceAdapter
  kahaDB directory=/some/where/kahadb enableJournalDiskSyncs=false 
indexCacheSize=1000 indexWriteBatchSize=1/
/persistenceAdapter


 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-19 Thread Lionel Cons (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606222#comment-13606222
 ] 

Lionel Cons commented on AMQ-4364:
--

FWIW, I've tried again with a more recent snapshot 
(activemq-5.9-20130315.115006-23) and the problem is still present.

To reproduce it:
 - wipe out the message store
 - start the broker
 - start test clients to use some queues, wait until they finish
 - delete the queues via JMX or JConsole - they do not get removed

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-19 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606408#comment-13606408
 ] 

Timothy Bish commented on AMQ-4364:
---

Just tried it here on a fresh build and its working fine, followed the steps 
given and Queues are deleted without issue. 

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-08 Thread Gary Tully (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13597086#comment-13597086
 ] 

Gary Tully commented on AMQ-4364:
-

I just did a sanity on a new build of trunk and it works ok. Also I increased 
the logging in a relevant test[1] to validate it it works ok.
Is there any chance there is concurrent access to that destination.

Test case: https://fisheye6.atlassian.com/changelog/activemq?cs=1454333

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4364) Cannot delete queue via JMX or JConsole

2013-03-08 Thread Lionel Cons (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13597113#comment-13597113
 ] 

Lionel Cons commented on AMQ-4364:
--

Gary, the broker has no clients using the queues we tried to delete. Could it 
be some kind of corruption of the store (KahaDB for us)?

 Cannot delete queue via JMX or JConsole
 ---

 Key: AMQ-4364
 URL: https://issues.apache.org/jira/browse/AMQ-4364
 Project: ActiveMQ
  Issue Type: Bug
 Environment: activemq-5.9-20130308.055714-20
Reporter: Lionel Cons

 When using the latest 5.9 snapshot, we noticed that queues cannot be deleted 
 via JMX or JConsole. When invoking the removeQueue() method, we get a success 
 status but the queue is not removed.
 This may have been present in older versions and not only this particular 
 snapshot.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira