File not found running MQTT PubSub example project.

2018-02-26 Thread pwjenkins
I don't know if this is a known issue or not. But I've pulled the current artemis master code to run some examples. The "mvn -Prelease install" succeeds but the "mvn verify" for examples for protocol/mqtt fail. Another developer pulled the code and did the same with the same failure. server-out:20

Re: Async Writer Thread Shutdown error adding a message on 5.15.2 broker

2018-02-26 Thread Tim Bain
Great, thanks for confirming that, and kudos to Gary for recognizing the root cause. Tim On Feb 26, 2018 2:34 PM, "neon18" wrote: Sorry for the delay, I finally found some time to try it out. I ran test with ActiveMQ 5.15.3 broker and that seems to resolve the OutOfMemoryError (OOME) issue when

Re: Scaling up/down Network of Brokers

2018-02-26 Thread Tim Bain
If you're going to take that approach (and it's as reasonable as any I know of), you'll probably want to statically configure the network connector so that flowing messages happens even if there are no consumers for a given destination. Either that, or be prepared to leave the broker up for as long

Re: Async Writer Thread Shutdown error adding a message on 5.15.2 broker

2018-02-26 Thread neon18
Sorry for the delay, I finally found some time to try it out. I ran test with ActiveMQ 5.15.3 broker and that seems to resolve the OutOfMemoryError (OOME) issue when a whole bunch of messages are put on the non-persistent queue that exists in ActiveMQ 5.15.2 but not under ActiveMQ 5.14.5. Regards,

Re: MessageGroup behavior

2018-02-26 Thread vramanx
The group id is dynamic. So we cant really have a set of consumers with a pre-defined set of group ids. One way to handle this is to spin up a singleton actor consumer for a group id if none exists. Will be great if ActiveMQ supports this concept of "dynamic group id" out of the box so there is a

[ANNOUNCE] CVE-2017-12174: Memory exhaustion via UDP and JGroups discovery

2018-02-26 Thread Martyn Taylor
CVE-2017-12174: Memory exhaustion via UDP and JGroups discovery Severity: High Vendor: The Apache Software Foundation Versions Affected: 1.0.0, 1.1.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 2.0.0, 2.1.0, 2.2.0, 2.3.0 Description: If an Apache Artemis broker is co

[ANNOUNCE] Apache Artemis 1.5.6

2018-02-26 Thread Martyn Taylor
All, I am extremely pleased to announce the release of Apache Artemis 1.5.6 This 1.5.6 patch release contains the following fix: https://issues.apache.org/jira/browse/ARTEMIS-1482 The project website for Apache Artemis has been updated include this release and can be found here: http://activemq

Re: NMS PGP Certificate Revoked

2018-02-26 Thread Timothy Bish
The problem should be fixed now, give it another try and download them again. On Thu, Feb 22, 2018 at 8:15 PM, Mono Codigo wrote: > Hi, > > I haven't used PGP much. I downloaded the latest revision (1.7.2) of the > Apache NMS ActiveMQ binaries from the preferred mirror. I also downloaded > the

Re: Scaling up/down Network of Brokers

2018-02-26 Thread Ulf Lilleengen
On 02/26/2018 11:01 AM, ivo4311 wrote: Hi, I have the following scenario - A dynamically configured network of brokers using the hub-and-spokes topology where each node is connected to the hub with a duplex network connector. Scaling up the network is straightforward - new nodes are created and

Ruby Stomp custom SessionId

2018-02-26 Thread Thiago Veronezi
Hi guys, I'm using this code to connect... *** require 'rubygems' require 'stomp' stomp_params = { :hosts => [ {:host => "amq", :port => 61613} ] } client = Stomp::Client.new(stomp_params) client.subscribe("/queue/logsQueue", {:ack =

Scaling up/down Network of Brokers

2018-02-26 Thread ivo4311
Hi, I have the following scenario - A dynamically configured network of brokers using the hub-and-spokes topology where each node is connected to the hub with a duplex network connector. Scaling up the network is straightforward - new nodes are created and they connect to the hub (which has a url

Re: Artemis and RESTeasy jar files

2018-02-26 Thread Archibald
One issue might be an incorrect build of artemis-rest.war. The war does not contain any server libs as described in https://activemq.apache.org/artemis/docs/latest/rest.html Quote: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation

Re: Couldn't enable Audit logging in apache-activemq-5.14.0[Windows]

2018-02-26 Thread Art Licis
Did you enable audit logging via system property, as described here: http://activemq.apache.org/audit-logging.html - Art On Wed, Feb 14, 2018 at 8:49 AM, Sivakumar wrote: > We have updated conf\log4j.properties as > > > ### > # Audit log > ### > > log4j.additivity.org.apache.act