[GitHub] activemq-artemis pull request: Make ScaleDownTest#testStoreAndForw...

2016-05-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/511 Make ScaleDownTest#testStoreAndForward more robust You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

ActiveMQ REST API - synchronous Request / Response

2016-05-06 Thread vikd
Hi Team, how can we achieve synchronous request-response with activemq and REST API in a single request ? curl -XPOST -d "body=message" http://admin:admin@localhost:8161/api/message?destination=queue://TEST=TEST=10 above request always gives me "Message Sent" response. currently I need to use

[GitHub] activemq-artemis pull request: Test fixes

2016-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/510 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: Leaking threads in the Artemis test suite

2016-05-06 Thread Justin Bertram
That seems reasonable to me. Open a JIRA and send a PR. Justin - Original Message - From: "Erich Duda" To: dev@activemq.apache.org Cc: "Miroslav Novak" Sent: Friday, May 6, 2016 8:45:28 AM Subject: Leaking threads in the Artemis test suite Hi

Leaking threads in the Artemis test suite

2016-05-06 Thread Erich Duda
Hi guys, I investigate test failures in the Artemis test suite and I see many "Thread leaked" issues. From stack traces It is evident that leaking threads arise from some thread pool and they are waiting for a job. Problem is that I am not able to find which thread pool owns the threads. When