[GitHub] activemq-artemis issue #648: Mqtt fix

2016-07-22 Thread andytaylor
Github user andytaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/648 test failures were env, I will merge --- 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 fe

[GitHub] activemq-artemis issue #648: Mqtt fix

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/648 Leave this open for now, I'm going to do some rework based on @andytaylor feedback --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/653 @jbertram It looks like subscribe in STOMP is broker completely. It might be worth looking at it before we rework unsubscribe. The subscription queues are not unique across connections.

[GitHub] activemq-artemis pull request #648: Mqtt fix

2016-07-22 Thread mtaylor
Github user mtaylor closed the pull request at: https://github.com/apache/activemq-artemis/pull/648 --- 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 issue #648: Mqtt fix

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/648 @jbertram I think you've merged a very old version of this PR (hence why it's showing as open). It looks like you merged the commits locally 2 days ago but pushed yesterday. In between th

Proposal OSGi bundle to create ConnectionFactory service

2016-07-22 Thread Christian Schneider
I recently added a bundle to karaf that allows to create ActiveMQ pooled ConnectionFactories from configs. This approach is better for production environments as it avoids putting blueprint.xml in deply as the jms command does. It also works nicely outside of karaf. See https://github.com/apa

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/653 There's a handful of Stomp subscriber tests running without issues. Can you clarify a bit on what is broken. If you can outline a specific use-case then I can write a test for it. ---

Re: Proposal OSGi bundle to create ConnectionFactory service

2016-07-22 Thread Guillaume Nodet
Shouldn't that be a managed connection factory so that multiple brokers can be eventually accessed ? 2016-07-22 15:01 GMT+02:00 Christian Schneider : > I recently added a bundle to karaf that allows to create ActiveMQ pooled > ConnectionFactories from configs. This approach is better for product

Re: Proposal OSGi bundle to create ConnectionFactory service

2016-07-22 Thread Christian Schneider
In DS you can always supply more than one config. You can create several configs like: org.apache.karaf.activemq-1.cfg org.apache.karaf.activemq-2.cfg The ConnectionFactoryProvider will then create a ConnectionFactory for each config. Christian On 22.07.2016 16:29, Guillaume Nodet wrote: Sh

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/653 From looking at the code I believe normal subscription queues are not encapsulated via connection and instead are global. Specifically, the subscription queue name is based on the subscrip

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/653 @jbertram I noticed this when looking at unsubscribe: https://github.com/apache/activemq-artemis/blob/master/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemi

[GitHub] activemq-artemis pull request #655: Fix ByteBuffer regression from Netty upg...

2016-07-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/655 Fix ByteBuffer regression from Netty upgrade Using array() is a bit dangerous as it's an optional part of any ByteBuffer implementation. This new method will deal with various Byte

[GitHub] activemq-artemis issue #641: Update version of netty4

2016-07-22 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/641 I sent a PR to deal with the regression. See https://github.com/apache/activemq-artemis/pull/655. --- If your project is set up for it, you can reply to this email and have your reply ap

Re: Adding new maven dependency for mqtt protocol project

2016-07-22 Thread aries.aries
"java.lang.NoClassDefFoundError: org/apache/commons/collections4/queue/CircularFifoQueue". Its one of the class from the dependencies I have added. It works fine when I run from IDE. On Thu, Jul 21, 2016 at 4:22 PM, christopher.l.shannon [via ActiveMQ] < ml-node+s2283324n4714244...@n4.nabble.com>

HTTP/1.1 404 Not Found

2016-07-22 Thread pwalter
We have set up HTTP server on AMQ instance. Writing client that POSTs request URI: test/foo Get the following Response: HTTP/1.1 404 Not Found Does the Server NEED to have the URI predefined ??? If not, I don't uderstand the response error. Error 404 Not Found HTTP ERROR: 404 Problem accessi

ActiveMQ HTTP(S) Enabling

2016-07-22 Thread pwalter
Wanted to know how to enable HTTP server on an existing AMQ instance. Also, once enabled does the HTTP server need to have identified the "Topics" that are needed? OR, does it dynamically create the Topic based on the URL that the HTTP client PUSH request from the server? thanks Patrick -- Vie