Re: [VOTE] Apache Artemis 1.5.0

2016-11-03 Thread John D. Ament
+1 non-binding - Confirmed no binaries in the source release - Built from source John On Thu, Nov 3, 2016 at 5:29 PM Clebert Suconic wrote: > Hello all, > > I would like to propose an Apache Artemis 1.5.0 release. > > 1.5.0 has these new features as highlights. > >

[GitHub] activemq pull request #62: AMQ-4598 purge enhancement

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/62 --- 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 feature is

Re: [VOTE] Apache Artemis 1.5.0

2016-11-03 Thread Jim Gomes
+1 On Thu, Nov 3, 2016 at 2:29 PM Clebert Suconic wrote: > Hello all, > > I would like to propose an Apache Artemis 1.5.0 release. > > 1.5.0 has these new features as highlights. > > [ARTEMIS-724] - Implement no-local consumer support in AMQP > [ARTEMIS-737] - Add

[VOTE] Apache Artemis 1.5.0

2016-11-03 Thread Clebert Suconic
Hello all, I would like to propose an Apache Artemis 1.5.0 release. 1.5.0 has these new features as highlights. [ARTEMIS-724] - Implement no-local consumer support in AMQP [ARTEMIS-737] - Add JUnit Rules [ARTEMIS-743] - Default the queue address to the queue name [ARTEMIS-753] - Persist pause

[GitHub] activemq pull request #162: https://issues.apache.org/jira/browse/AMQ-6071 -...

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/162 --- 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 feature is

[GitHub] activemq-artemis issue #875: ARTEMIS-550 Add virtual topic support

2016-11-03 Thread graben
Github user graben commented on the issue: https://github.com/apache/activemq-artemis/pull/875 Well, I'm not sure at all but IMHO the actual implementation of PostOffice is transacted by default no way to deactivate. Concurrency seems a bit difficult to me to implement in this PR.

[GitHub] activemq pull request #88: Do not log passwords on MBean method calls.

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/88 --- 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 feature is

[GitHub] activemq pull request #185: Activemq 5.12.x

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/185 --- 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 feature is

[GitHub] activemq pull request #205: Master

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/205 --- 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 feature is

[GitHub] activemq pull request #171: Delete redundant persistenceAdapter.getTransacti...

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/171 --- 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 feature is

[GitHub] activemq-artemis issue #875: ARTEMIS-550 Add virtual topic support

2016-11-03 Thread mattrpav
Github user mattrpav commented on the issue: https://github.com/apache/activemq-artemis/pull/875 I'll detail out the use cases: 1) selectorAware: This allows an interested subscriber to only receive messages in their queue that match a given selector. This broker

[GitHub] activemq pull request #201: Activemq 5.6

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/201 --- 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 feature is

[GitHub] activemq-artemis issue #875: ARTEMIS-550 Add virtual topic support

2016-11-03 Thread graben
Github user graben commented on the issue: https://github.com/apache/activemq-artemis/pull/875 @mattrpav: I'm not sure these options can be implemented the way the virtual topic solution is integrated. Artemis works a bit different than ActiveMQ. But maybe someone with a deeper view