[GitHub] activemq-artemis pull request #1034: ARTEMIS-980 Openwire can't send message...

2017-02-20 Thread gaohoward
GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/1034 ARTEMIS-980 Openwire can't send message to temp destination When a producer sends a messages to a temp destination created from another connection, it fails. The reason behind it is

[GitHub] activemq-artemis pull request #1033: Fixing typos in log messages, test name...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1033 --- 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

[GitHub] activemq-artemis pull request #1032: NO-JIRA fix STOMP websocket example

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1032 --- 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: [VOTE] Release ActiveMQ-CPP v3.9.4

2017-02-20 Thread Jim Gomes
+1 On Mon, Feb 20, 2017 at 9:40 AM Claus Ibsen wrote: > +1 > > On Mon, Feb 20, 2017 at 6:23 PM, Timothy Bish wrote: > > New vote open for ActiveMQ-CPP v3.9.4 > > > > This is a new patch release of the ActiveMQ-CPP client with a fixes for > > issues

[GitHub] activemq-artemis pull request #1033: Fixing typos in log messages, test name...

2017-02-20 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/activemq-artemis/pull/1033 Fixing typos in log messages, test names and comments Related to ARTEMIS-387 (fowardingAddress) You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis issue #1032: NO-JIRA fix STOMP websocket example

2017-02-20 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1032 PR check failures are not related to my changes. --- 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

[GitHub] activemq-artemis pull request #1032: NO-JIRA fix STOMP websocket example

2017-02-20 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1032 NO-JIRA fix STOMP websocket example You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work

Re: Artemis MQTT durable messages and Topics

2017-02-20 Thread Justin Bertram
What QOS are you using? Justin - Original Message - From: "fabio72" To: dev@activemq.apache.org Sent: Monday, February 20, 2017 9:05:41 AM Subject: Artemis MQTT durable messages and Topics Hi, we have noticed that all mqtt messages and topics are durable

[GitHub] activemq-artemis pull request #1030: ARTEMIS-982 Fixing possible deadl lock ...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1030 --- 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

Artemis MQTT durable messages and Topics

2017-02-20 Thread fabio72
Hi, we have noticed that all mqtt messages and topics are durable and this cause an higher usage of memory (and also a slower performance index). Is it possible to choose whether to use durable messages (like jms messages) or not? In our case we need durable messages only for retained messages

Re: [VOTE] Release ActiveMQ-CPP v3.9.4

2017-02-20 Thread Claus Ibsen
+1 On Mon, Feb 20, 2017 at 6:23 PM, Timothy Bish wrote: > New vote open for ActiveMQ-CPP v3.9.4 > > This is a new patch release of the ActiveMQ-CPP client with a fixes for > issues found in the Failover transport along with a few other minor fixes. > > The source bundles for

[VOTE] Release ActiveMQ-CPP v3.9.4

2017-02-20 Thread Timothy Bish
New vote open for ActiveMQ-CPP v3.9.4 This is a new patch release of the ActiveMQ-CPP client with a fixes for issues found in the Failover transport along with a few other minor fixes. The source bundles for this release can be found here:

[GitHub] activemq-artemis pull request #1031: [docs] migration guide - connectors

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1031 --- 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

[GitHub] activemq-artemis pull request #1025: ARTEMIS-977 - record id of address not ...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1025 --- 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

MQTT Durable Messages and Topic

2017-02-20 Thread fabio72
Hi, we have noticed that all mqtt messages and topics are durable and this cause an higher usage of memory (and also a slower performance index). Is it possible to choose whether to use durable messages (like jms messages) or not? In our case we need durable messages only for retained messages

[GitHub] activemq-artemis pull request #1031: [docs] migration guide - connectors

2017-02-20 Thread dejanb
GitHub user dejanb opened a pull request: https://github.com/apache/activemq-artemis/pull/1031 [docs] migration guide - connectors You can merge this pull request into a Git repository by running: $ git pull https://github.com/dejanb/activemq-artemis migration-guide

Re: [ANNOUNCE] Apache Artemis 1.5.3 Release

2017-02-20 Thread Martyn Taylor
Good point. I'll wait for 24hrs in future. Cheers. On Mon, Feb 20, 2017 at 1:55 PM, Robbie Gemmell wrote: > The mirrors take quite a while to sync and its typical to wait a while > after putting the files in the dist repo before announcing in order to > avoid the 404

Re: [DISCUSS] Rework NMS.AMQP

2017-02-20 Thread Chuck Rolke
- Original Message - > From: "Robbie Gemmell" > To: dev@activemq.apache.org > Sent: Thursday, February 16, 2017 10:18:22 AM > Subject: Re: [DISCUSS] Rework NMS.AMQP > > On 14 February 2017 at 19:32, Duane Pauls wrote: > > Hello, > > > >

Re: [ANNOUNCE] Apache Artemis 1.5.3 Release

2017-02-20 Thread Robbie Gemmell
The mirrors take quite a while to sync and its typical to wait a while after putting the files in the dist repo before announcing in order to avoid the 404 errors most folks willcurrently be seeing. Typically I wait 24+hrs to let essentially all of them update, but a significant proportion are

Re: [ANNOUNCE] Apache Artemis 1.5.3 Release

2017-02-20 Thread Martyn Taylor
The distribution mirrors are taking a little while to sync. In the meantime you can grab the latest artifacts from: https://dist.apache.org/ repos/dist/release/activemq/activemq-artemis/1.5.3/ Cheers On Mon, Feb 20, 2017 at 11:16 AM, Martyn Taylor wrote: > All, > > I'm

[GitHub] activemq-artemis pull request #1029: ARTEMIS-979 OpenWire "no-Local" consume...

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1029 --- 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

[GitHub] activemq-artemis pull request #1028: correction in doc.

2017-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1028 --- 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

[ANNOUNCE] Apache Artemis 1.5.3 Release

2017-02-20 Thread Martyn Taylor
All, I'm pleased to announce the release of Apache Artemis 1.5.3. This revision release of Apache Artemis contains a number of improvements and bug fixes. The project website for Apache Artemis has been updated include this release and can be found here: http://activemq.apache.org/artemis/ A