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

2015-07-02 Thread cshannon
Github user cshannon closed the pull request at: https://github.com/apache/activemq/pull/125 --- 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-02 Thread cshannon
GitHub user cshannon opened a pull request: https://github.com/apache/activemq/pull/125 https://issues.apache.org/jira/browse/AMQ-5814 This fixes an issue where a producer's connection context was being used to create a subscription instead of the consumer's context which cou

Wiki edit [Unix Shell Script]

2015-07-02 Thread Jon McEwen
Hi all, I think this line:  ln -snf /srv/activemq/current/bin/activemq /etc/init.d/activemq  should be changed to:  ln -snf /srv/activemq/current/bin//activemq /etc/init.d/activemq

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

2015-07-02 Thread Dejan Bosanac
Hi Marc, these commands are not deprecated, they are documented (partially) here http://activemq.apache.org/unix-shell-script.html As far as I can see, export is still work in progress, it should work like bin/activemq export --file=archive.tgz Create command is often used and it can be used li