[GitHub] activemq-artemis pull request #595: [ARTEMIS-591] Wrong XAException return c...

2016-06-23 Thread bayern39
GitHub user bayern39 opened a pull request: https://github.com/apache/activemq-artemis/pull/595 [ARTEMIS-591] Wrong XAException return code when broker timeout is hit https://issues.apache.org/jira/browse/ARTEMIS-591 You can merge this pull request into a Git repository by running:

Re: Build error

2016-06-23 Thread Martyn Taylor
Good to here. Enjoy. On Wed, Jun 22, 2016 at 7:13 PM, Chalaka Chamupathi Sudusinghe < chalakachamupa...@gmail.com> wrote: > HI, > I try the build from the beginning and now it works fine. > > On Wed, Jun 22, 2016 at 3:57 PM, Martyn Taylor wrote: > > Hi, > > > > I just built

Re: Build error

2016-06-23 Thread Martyn Taylor
hear* On Thu, Jun 23, 2016 at 10:01 AM, Martyn Taylor wrote: > Good to here. Enjoy. > > On Wed, Jun 22, 2016 at 7:13 PM, Chalaka Chamupathi Sudusinghe < > chalakachamupa...@gmail.com> wrote: > >> HI, >> I try the build from the beginning and now it works fine. >> >> On Wed,

ActiveMQ 5.13.2 Persistence Pending messages are missing after restart

2016-06-23 Thread Santosh
Hi, I am new to active MQ. Installed activemq 5.13.2. I am losing all my messages(including durable topic) after activeMQ server restart. Please find the below console screen shots before and after active MQ server restart. before activeMQ restart: after activeMQ restart: This is my

Re: ActiveMQ 5.13.2 Persistence Pending messages are missing after restart

2016-06-23 Thread Santosh
Please let me know if you need any more information. Thanks Santosh -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-13-2-Persistence-Pending-messages-are-missing-after-restart-tp4713279p4713288.html Sent from the ActiveMQ - Dev mailing list archive at

java.lang.IllegalArgumentException: wrong number of arguments

2016-06-23 Thread Pierre Ernst
I found an issue at these 2 lines: https://github.com/apache/activemq/blob/e2b4ca2c59a316be91cf391c758a10e518dd3a1f/activemq-broker/src/main/java/org/apache/activemq/security/DefaultAuthorizationMap.java#L244

[GitHub] activemq-artemis pull request #596: ARTEMIS-577 clarify SSL handshake failur...

2016-06-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/596 ARTEMIS-577 clarify SSL handshake failure log You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-577

Re: java.lang.IllegalArgumentException: wrong number of arguments

2016-06-23 Thread Christopher Shannon
Thanks for pointing that out, this change makes sense to me. I fixed it here https://issues.apache.org/jira/browse/AMQ-6337 On Thu, Jun 23, 2016 at 3:34 PM, Pierre Ernst wrote: > I found an issue at these 2 lines: > > >