[GitHub] activemq-artemis pull request: Set default password properly in se...

2015-07-07 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-artemis/pull/61#issuecomment-119250191 Great Work! Since this is a big task, I would like to have as many people reviewing this... Input is appreciated from anyone! --- If your

[DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread Timothy Bish
Hey, awhile back Robbie brought this up on the dev list but it didn't get much attention so I thought I'd bring it up and see if anyone had any issues with us asking infra to enable the svngit2jira bit on our various repos? If not I'm happy to open the request with infra and provide them the info

Re: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread artnaseef
This sounds good to me. Fisheye has always been far too slow in my experience. I take it this will only apply to new commits and no history will be back-filled, right? That's probably a good thing. -- View this message in context:

Re: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread Timothy Bish
On 07/07/2015 03:48 PM, artnaseef wrote: This sounds good to me. Fisheye has always been far too slow in my experience. I take it this will only apply to new commits and no history will be back-filled, right? That's probably a good thing. -- View this message in context:

[GitHub] activemq pull request: Added a getMessageSize method to MessageSto...

2015-07-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/92 --- 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: https://issues.apache.org/jira/browse/AMQ-5...

2015-07-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/113 --- 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: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread Christopher Shannon
+1, I think this would be useful. On Tue, Jul 7, 2015 at 4:16 PM, Timothy Bish tabish...@gmail.com wrote: On 07/07/2015 03:48 PM, artnaseef wrote: This sounds good to me. Fisheye has always been far too slow in my experience. I take it this will only apply to new commits and no history

Re: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread John D. Ament
Would this apply to all activemq repos, including Artemis and Apollo? On Jul 7, 2015 1:34 PM, Timothy Bish tabish...@gmail.com wrote: Hey, awhile back Robbie brought this up on the dev list but it didn't get much attention so I thought I'd bring it up and see if anyone had any issues with us

Re: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread Clebert
All of them please +1 from me. -- Clebert Suconic typing on the iPhone. On Jul 7, 2015, at 19:00, Timothy Bish tabish...@gmail.com wrote: On 07/07/2015 06:58 PM, John D. Ament wrote: Would this apply to all activemq repos, including Artemis and Apollo? I'd request it for all of them

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

2015-07-07 Thread cshannon
GitHub user cshannon opened a pull request: https://github.com/apache/activemq/pull/128 https://issues.apache.org/jira/browse/AMQ-5748 Fixing a potential Null pointer exception in MemoryMessageStore You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] enabling svngit2jira integration?

2015-07-07 Thread Timothy Bish
On 07/07/2015 06:58 PM, John D. Ament wrote: Would this apply to all activemq repos, including Artemis and Apollo? I'd request it for all of them unless someone has an objection to doing so. On Jul 7, 2015 1:34 PM, Timothy Bish tabish...@gmail.com wrote: Hey, awhile back Robbie brought this

Re: Please review: Unix Init Script Improvements - strange options export and create

2015-07-07 Thread artnaseef
One thought here. There's a lot of complexity and functionality in the existing scripts. Perhaps it would make sense to start a new set of smaller scripts that are more focused on individual tasks. If we want to have a master script so the command-name is the same across multiple functions,

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

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

Artemis Export/Import tool

2015-07-07 Thread Jeff Mesnil
Hi, To help some migration process with Artemis, we want to add a feature in our app server to export and import its journal files. My idea was to leverage the XmlDataExporter and XmlDataImporter from artemis-cli so that the generated XML is opaque to us and we just have to deal with the

Re: Artemis Export/Import tool

2015-07-07 Thread Clebert Suconic
First, what is your requirements for this generated XML? Can I be sure that it will remain compatible with newer versions? i.e. I can export from Artemis 1.0.0 and import it to Artemis 2.0.0. I would say the tool is part of the user interface. There is a request to improve the format a bit

[GitHub] activemq-artemis pull request: Set default password properly in se...

2015-07-07 Thread mtaylor
GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/61 Set default password properly in security manager The current Security Manager implementation was returning the username instead of the default password when validating the default

Re: Message Groups and long running transactions

2015-07-07 Thread artnaseef
This is an interesting mix of needs. Using message groups to ensure ordered processing of messages while at least some of the messages take excessive periods of time to process. Can the slow-processing messages be separated from the message-groups? Note the default message group handling uses a

[GitHub] activemq-artemis pull request: Added Initial MQTT Protocol Support

2015-07-07 Thread mtaylor
GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/62 Added Initial MQTT Protocol Support Creates a new MQTT protocol module. There is currently no support (at least tested support) for using MQTT to/from other protocols.