[GitHub] activemq-artemis pull request #1007: ARTEMIS-958 Improve web server tmp dir ...

2017-02-13 Thread gaohoward
Github user gaohoward commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1007#discussion_r100942014 --- Diff: artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java --- @@ -145,9 +146,16 @@ public void internal

[GitHub] activemq-artemis pull request #1010: ARTEMIS-504 update slow-consumer-check-...

2017-02-13 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/activemq-artemis/pull/1010 ARTEMIS-504 update slow-consumer-check-period documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/jdanekrh/activemq-artemi

[GitHub] activemq-artemis pull request #1009: Few more ARTEMIS-953 changes

2017-02-13 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1009 Few more ARTEMIS-953 changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work Alternatively yo

Re: Why does activemq-osgi have META-INF services descriptor of the camel compoment?

2017-02-13 Thread Christopher Shannon
activemq-camel is transitive through activemq-web so maybe that's how it's getting pulled in. I would say go ahead and change whatever you think is necessary to get this working (same with your question about DynamicImport-Package) The OSGI support probably hasn't been maintained as well as it sh

Why does activemq-osgi have META-INF services descriptor of the camel compoment?

2017-02-13 Thread Christian Schneider
I found that issue https://issues.apache.org/jira/browse/AMQ-6597 is caused partly by an entry in META-INF services for the activemq camel component that is present in activemq-osgi. This causes camel to try to load the component from this bundle instead of the activemq-camel bundle where the co

Re: [VOTE] Apache Artemis 1.5.3 (RC2)

2017-02-13 Thread Clebert Suconic
+1 Binding Tested the examples, run the distribution, checked the sources and the JIRA list. On Mon, Feb 13, 2017 at 2:59 AM, nigro_franz wrote: > +1 > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/VOTE-Apache-Artemis-1-5-3-RC2-tp4721880p4721906.html > Sent f

[GitHub] activemq-artemis pull request #1008: Move RoutingType to a better package + ...

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

[GitHub] activemq-artemis pull request #1008: Move RoutingType to a better package + ...

2017-02-13 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1008#discussion_r100842642 --- Diff: artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataImporter.java --- @@ -63,7 +63,7 @@ import

[GitHub] activemq-artemis pull request #1008: Move RoutingType to a better package + ...

2017-02-13 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1008 Move RoutingType to a better package + fix examples using MBeans You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-a

[GitHub] activemq-artemis pull request #1007: ARTEMIS-958 Improve web server tmp dir ...

2017-02-13 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1007#discussion_r100815323 --- Diff: artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java --- @@ -145,9 +146,16 @@ public void int

[GitHub] activemq-artemis pull request #1007: ARTEMIS-958 Improve web server tmp dir ...

2017-02-13 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1007#discussion_r100815172 --- Diff: artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java --- @@ -57,4 +57,8 @@ @LogMessage(level = Lo

TempUsage disk / storage not being created for filecursor

2017-02-13 Thread ranail1
I have a situation where the temporary storage is not being created when memory reaches 70%. It will work if I use persistence=true but if I use persistence=false then the tempStorage filecursor is not created. I look in the activemq dir location and nothing. Given my configuration below is there a

Redeliveries configuration not working as expected

2017-02-13 Thread eletxi
Dear all, I'm using ActiveMQ 5.9 within JBoss EAP 6.4 with this delivery policy configured at the 'activemq.xml': http://activemq.apache.org/schema/core"; brokerName="localhost" dataDirectory="${activemq.data}" schedulerSupport="true"> ...

Re: [DISCUSS] Separate project 4 (micro)benchmarks

2017-02-13 Thread nigro_franz
If everyone is ok with it, I'll start to port the existing (micro)benchmarks in a separate folder near examples, using JMH..wdyt? -- View this message in context: http://activemq.2283324.n4.nabble.com/DISCUSS-Separate-project-4-micro-benchmarks-tp4721750p4721914.html Sent from the ActiveMQ - D

Do we need DynamicImport-Package in actrivemq OSGi?

2017-02-13 Thread Christian Schneider
I have a problem with the acticemq camel component. See https://issues.apache.org/jira/browse/AMQ-6597 I think it is related to the use of DynamicImport-Package: * in activemq osgi. We had a similar issue before. In the former case activemq or artemis was searching for extensions and was tryi

Re: [VOTE] Apache Artemis 1.5.3 (RC2)

2017-02-13 Thread nigro_franz
+1 -- View this message in context: http://activemq.2283324.n4.nabble.com/VOTE-Apache-Artemis-1-5-3-RC2-tp4721880p4721906.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.