[GitHub] activemq-artemis issue #852: ARTEMIS-811 Broker sends unsolicited Detach dur...

2016-10-20 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/852 @clebertsuconic The test doesn't fail against the current release but is it not good to have a test to be sure that bug will never happen in the future? --- If your project is set up

[GitHub] activemq-artemis issue #852: ARTEMIS-811 Broker sends unsolicited Detach dur...

2016-10-20 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/852 @franz1981 I don't think this is ready to be merged. I don't see a fix anyways? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] activemq-artemis pull request #852: ARTEMIS-811 Broker sends unsolicited Det...

2016-10-20 Thread tabish121
Github user tabish121 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/852#discussion_r84381534 --- Diff: tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpClient.java --- @@ -76,6 +77,23 @@ public

[GitHub] activemq-artemis pull request #852: ARTEMIS-811 Broker sends unsolicited Det...

2016-10-20 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/852#discussion_r84380907 --- Diff: tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpClient.java --- @@ -76,6 +77,23 @@ public

[GitHub] activemq-artemis pull request #852: ARTEMIS-811 Broker sends unsolicited Det...

2016-10-20 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/852 ARTEMIS-811 Broker sends unsolicited Detach during connection shutdown You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] Require Java 8 for 5.15 and Artemis

2016-10-20 Thread Christopher Shannon
I would be ok bumping the major version for Artemis but I don't think I'd want to do it for 5.x. I think the goal at this point is the next major version of ActiveMQ (ie ActievMQ 6.0) should be based on Artemis if/when the community agrees that it is ready. On Wed, Oct 19, 2016 at 10:19 PM,

Re: BlobMessages: JMSException: PUT was not successful: 404 Not Found

2016-10-20 Thread Timothy Bish
ActiveMQ no longer runs a file server on its own, you should instead setup your own secure file server and use that, there are plenty of open source options out there to choose from. On 10/20/2016 06:50 AM, kaa wrote: Hello, I'm using activemq-5.14.1(extended, not embeded) with default

BlobMessages: JMSException: PUT was not successful: 404 Not Found

2016-10-20 Thread kaa
Hello, I'm using activemq-5.14.1(extended, not embeded) with default settings. My application runs on JBoss6.4. Text messages work fine. But when i try to send blob message i've got this error: Caused by: javax.jms.JMSException: PUT was not successful: 404 Not Found As I undestand there is

Re: artemis-server-osgi/ProtocolTracker

2016-10-20 Thread Christian Schneider
On 19.10.2016 19:11, Clebert Suconic wrote: @Cshanon: The class ProtocolTrackerCallback on artemis-server-osgi, is it part of an API or it's for internal usage only? There's an open PR around OSGI* and I asked a few changed because it would "break" the APi.. but it seems this is intentionally

[GitHub] activemq-artemis issue #839: ARTEMIS-793 Improvement to OSGi integration

2016-10-20 Thread graben
Github user graben commented on the issue: https://github.com/apache/activemq-artemis/pull/839 Looks good. I give it a try this evening when back home. --- 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