[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388237#comment-14388237 ] Jim Robinson commented on AMQ-5082: --- It's possible that it took longer than 30 seconds

[jira] [Created] (AMQ-5695) KahaDB not cleaning up log files

2015-03-31 Thread Stefan Warten (JIRA)
Stefan Warten created AMQ-5695: -- Summary: KahaDB not cleaning up log files Key: AMQ-5695 URL: https://issues.apache.org/jira/browse/AMQ-5695 Project: ActiveMQ Issue Type: Bug Affects

[jira] [Resolved] (AMQ-5008) Support for certificate revocation checking (with patch)

2015-03-31 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-5008. Resolution: Fixed Fix Version/s: 5.12.0 Assignee: Dejan Bosanac This is now fixed

[jira] [Commented] (AMQ-5696) Make performance test tool into standalone executable

2015-03-31 Thread Jakub Korab (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388377#comment-14388377 ] Jakub Korab commented on AMQ-5696: -- This could be a case of incorporating the code into the

[jira] [Created] (AMQ-5696) Make performance test tool into standalone executable

2015-03-31 Thread Jakub Korab (JIRA)
Jakub Korab created AMQ-5696: Summary: Make performance test tool into standalone executable Key: AMQ-5696 URL: https://issues.apache.org/jira/browse/AMQ-5696 Project: ActiveMQ Issue Type:

Re: [DISCUSS} HornetQ ActiveMQ's next generation

2015-03-31 Thread Jean-Baptiste Onofré
I second Hadrian there. Regards JB On 03/27/2015 05:57 PM, Hadrian Zbarcea wrote: If that is true, that's one more reason to grow the project in the incubator. You are basically confirming yet again, that we have a RH community taking over the ActiveMQ community. That large community you

Re: [PROPOSAL] Pluggable Brokers...

2015-03-31 Thread Guillaume Nodet
The only way this proposal would help is if, once we have an API (and it seems some people, especially those actually working on the broker have some real doubts about its feasibility), we can adapt the current activemq5 broker without actually fully rewriting it. Is that even possible ? If this

Re: [PROPOSAL] Pluggable Brokers...

2015-03-31 Thread Jean-Baptiste Onofré
+1 Regards JB On 03/30/2015 03:23 PM, James Carman wrote: All, With all the talk over the last week or so regarding the Broker Wars, especially after reading Rob Davies' email about how the broker has been tweaked through the years to emphasize different aspects (long-term storage for

[jira] [Updated] (AMQ-5558) Make some activemq jar executable and able to send/receive messages

2015-03-31 Thread Gary Tully (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-5558: Summary: Make some activemq jar executable and able to send/receive messages (was: Make activemq-client jar

[GitHub] activemq pull request: fix the inconsistency with ElectingLevelDBS...

2015-03-31 Thread jimrobinson
GitHub user jimrobinson opened a pull request: https://github.com/apache/activemq/pull/76 fix the inconsistency with ElectingLevelDBStore.isMaster() under AMQ-5082 I've run through 100 iterations of the ElectingLevelDBStoreTest, I believe this fixes the intermittent issue with the

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389928#comment-14389928 ] ASF GitHub Bot commented on AMQ-5082: - GitHub user jimrobinson opened a pull request:

[jira] [Commented] (AMQ-5579) REST production of message bodies can result in IllegalStateException: STREAMED

2015-03-31 Thread J G (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389818#comment-14389818 ] J G commented on AMQ-5579: -- Hi All, I am new around here, so sorry if I get the etiquette wrong...

[GitHub] activemq-6 pull request: ACTIVEMQ6-94: HornetQ Bridge does not han...

2015-03-31 Thread gaohoward
Github user gaohoward commented on the pull request: https://github.com/apache/activemq-6/pull/197#issuecomment-88303437 ok great. --- 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

[jira] [Commented] (ACTIVEMQ6-94) HornetQ Bridge does not handle large messages

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389831#comment-14389831 ] ASF GitHub Bot commented on ACTIVEMQ6-94: - Github user gaohoward commented on

[jira] [Commented] (AMQ-5579) REST production of message bodies can result in IllegalStateException: STREAMED

2015-03-31 Thread J G (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389878#comment-14389878 ] J G commented on AMQ-5579: -- Replication code and instructions as well as log files from Apache

[jira] [Resolved] (AMQ-5697) Authorization map doesn't handle composite destinations properly

2015-03-31 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-5697. Resolution: Fixed Fixed with http://git-wip-us.apache.org/repos/asf/activemq/commit/8bb58036

[GitHub] activemq-6 pull request: ACTIVEMQ6-89 Interceptors on Stomp and so...

2015-03-31 Thread mtaylor
Github user mtaylor commented on the pull request: https://github.com/apache/activemq-6/pull/191#issuecomment-88107925 Looks good @clebertsuconic . Ack. --- 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

[jira] [Commented] (ACTIVEMQ6-89) Intercepting support for stomp

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388582#comment-14388582 ] ASF GitHub Bot commented on ACTIVEMQ6-89: - Github user mtaylor commented on the

[GitHub] activemq-6 pull request: ACTIVEMQ6-95 Large Message doesn't work o...

2015-03-31 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-6/pull/198 ACTIVEMQ6-95 Large Message doesn't work on clustering null Persistence https://issues.apache.org/jira/browse/ACTIVEMQ6-95 The message.copy is broken when you set

[jira] [Commented] (ACTIVEMQ6-95) Null Persistency Large Message doesn't work on Bridges and copies

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388698#comment-14388698 ] ASF GitHub Bot commented on ACTIVEMQ6-95: - GitHub user clebertsuconic opened a

[jira] [Created] (AMQ-5697) Authorization map doesn't handle composite destinations properly

2015-03-31 Thread Dejan Bosanac (JIRA)
Dejan Bosanac created AMQ-5697: -- Summary: Authorization map doesn't handle composite destinations properly Key: AMQ-5697 URL: https://issues.apache.org/jira/browse/AMQ-5697 Project: ActiveMQ

[GitHub] activemq-6 pull request: ACTIVEMQ6-89 Interceptors on Stomp and so...

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-6/pull/191 --- 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

[jira] [Created] (AMQ-5698) AMQP: Transport factories are not applying wireFormat.* options to newly created Transport instances.

2015-03-31 Thread Timothy Bish (JIRA)
Timothy Bish created AMQ-5698: - Summary: AMQP: Transport factories are not applying wireFormat.* options to newly created Transport instances. Key: AMQ-5698 URL: https://issues.apache.org/jira/browse/AMQ-5698

[GitHub] activemq-6 pull request: Log POODLE WARN just once

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-6/pull/189 --- 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-6 pull request: Polish and renamed hornetmq to activemq-6

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-6/pull/196 --- 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

[jira] [Resolved] (AMQ-5698) AMQP: Transport factories are not applying wireFormat.* options to newly created Transport instances.

2015-03-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5698. --- Resolution: Fixed Fixed on master. AMQP: Transport factories are not applying wireFormat.* options to

[jira] [Commented] (ACTIVEMQ6-89) Intercepting support for stomp

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388703#comment-14388703 ] ASF GitHub Bot commented on ACTIVEMQ6-89: - Github user asfgit closed the pull

[jira] [Commented] (ACTIVEMQ6-95) Null Persistency Large Message doesn't work on Bridges and copies

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389200#comment-14389200 ] ASF GitHub Bot commented on ACTIVEMQ6-95: - Github user asfgit closed the pull

[GitHub] activemq-6 pull request: ACTIVEMQ6-95 Large Message doesn't work o...

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-6/pull/198 --- 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

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389197#comment-14389197 ] Jim Robinson commented on AMQ-5082: --- This is from a successful run: 2015-03-31

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14388891#comment-14388891 ] Timothy Bish commented on AMQ-5082: --- Most recent Jenkins build indicates there is still an

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389036#comment-14389036 ] Jim Robinson commented on AMQ-5082: --- I'm running some iterations of the test now, to see

Re: [PROPOSAL] Pluggable Brokers...

2015-03-31 Thread artnaseef
I'm not sure how this proposal fits into the existing ActiveMQ solution at this point. It should be feasible to start down this path and consider how it fits later down the line. Giving it a little thought right now, one possible approach would be to get the API defined, and then make a new

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389116#comment-14389116 ] Jim Robinson commented on AMQ-5082: --- If I run the test enough times I can get a failure.

[jira] [Created] (ACTIVEMQ6-95) Null Persistency Large Message doesn't work on Bridges and copies

2015-03-31 Thread clebert suconic (JIRA)
clebert suconic created ACTIVEMQ6-95: Summary: Null Persistency Large Message doesn't work on Bridges and copies Key: ACTIVEMQ6-95 URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-95 Project:

[GitHub] activemq-6 pull request: Use the context class loader in FileConfi...

2015-03-31 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-6/pull/199 Use the context class loader in FileConfiguration Avoid loading problems of file configurations in servlet containers when packaging the hornetq libs not in the war file (e.g. in

[GitHub] activemq pull request: AMQ-5082 unit test and patch

2015-03-31 Thread jimrobinson
Github user jimrobinson closed the pull request at: https://github.com/apache/activemq/pull/74 --- 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

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389681#comment-14389681 ] ASF GitHub Bot commented on AMQ-5082: - Github user jimrobinson closed the pull request

[jira] [Resolved] (AMQ-4740) heart-beat is disabled when connecting to web socket

2015-03-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-4740. --- Resolution: Fixed Fixed by AMQ-5155 heart-beat is disabled when connecting to web socket

[jira] [Closed] (AMQ-5169) CLONE - heart-beat is disabled when connecting to web socket

2015-03-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-5169. - Resolution: Duplicate Fix Version/s: 5.12.0 CLONE - heart-beat is disabled when connecting to web

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389459#comment-14389459 ] Jim Robinson commented on AMQ-5082: --- So, for some reason the call to

[GitHub] activemq-6 pull request: Use the context class loader in FileConfi...

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-6/pull/199 --- 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-6 pull request: ACTIVEMQ6-94: HornetQ Bridge does not han...

2015-03-31 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-6/pull/197#issuecomment-88254940 @gaohoward I would like to see this asynchronous. I will make some thinking on this tomorrow, ok? --- If your project is set up for it, you can reply to

[jira] [Commented] (ACTIVEMQ6-94) HornetQ Bridge does not handle large messages

2015-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACTIVEMQ6-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389444#comment-14389444 ] ASF GitHub Bot commented on ACTIVEMQ6-94: - Github user clebertsuconic commented

[jira] [Created] (AMQ-5699) AMQP: Update to released Proton-J 0.9

2015-03-31 Thread Timothy Bish (JIRA)
Timothy Bish created AMQ-5699: - Summary: AMQP: Update to released Proton-J 0.9 Key: AMQ-5699 URL: https://issues.apache.org/jira/browse/AMQ-5699 Project: ActiveMQ Issue Type: Task

[jira] [Resolved] (AMQ-5155) Heartbeat fails in STOMP over WebSockets

2015-03-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5155. --- Resolution: Fixed Fix Version/s: 5.12.0 Assignee: Timothy Bish (was: Dejan Bosanac)

[jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening

2015-03-31 Thread Jim Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389735#comment-14389735 ] Jim Robinson commented on AMQ-5082: --- It's not at all clear to me how master_stopped is

Build failed in Jenkins: ActiveMQ-Trunk-Deploy #1289

2015-03-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/1289/changes Changes: [dejan] https://issues.apache.org/jira/browse/AMQ-5697 - authorization map and composite destinations [tabish121] https://issues.apache.org/jira/browse/AMQ-5698 [tabish121]