Artemis 2.4.0 - Issues with memory leaks and JMS message redistribution

2018-02-21 Thread Ilkka Virolainen
Hello, I am using Artemis 2.4.0 to broker messages through JMS queues/topics between a set of clients. Some are Apache NMS 1.7.2 ActiveMQ clients and others are using Artemis JMS client 1.5.4 included in Spring Boot 1.5.3. Broker topology is a symmetric cluster of two live nodes with static con

NetworkConnector -> pattern to addDynamicallyIncludedDestination for tempQueue

2018-02-21 Thread Rajesh Malla
Hello we migrated activemq from < 5.5 version to 5.12.3. below is code snippet for to create n/w connector NetworkConnector networkConnector = new DiscoveryNetworkConnector(uri); networkConnector.addDynamicallyIncludedDestination(...) networkConnector.addExcludedDestination(...) we are using C

Re: Artemis 2.4.0 - Issues with memory leaks and JMS message redistribution

2018-02-21 Thread Justin Bertram
Your first issue is probably a misconfiguration. Your cluster-connection is using an "address" value of '*' which I assume is supposed to mean "all addresses," but the "address" element doesn't support wildcards like this. Just leave it empty to match all addresses. See the documentation [1] for

Re: Network Connector not re-establishing

2018-02-21 Thread Tim Bain
On Feb 20, 2018 11:26 PM, "Rajesh Malla" wrote: Thank you Tim, activemq version 5.12.3 it is our own code. dynamically using UI we are creating n/w connector. at that time below code execute. code snippet : NetworkConnector networkConnector = new DiscoveryNetworkConnector(uri); networkConnector

FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline has

Re: Artemis and RESTeasy jar files

2018-02-21 Thread tcomprak
Thanks Justin. I did what you mentioned below - Copied the .war file to the web directory root@sh3:~/apache-artemis-2.4.0/web# ls activemq-branding.war activemq-rest.war api artemis-plugin.war console.war examples hacking-guide images index.html META-INF styles user-manual root@sh3:~

Re: Producer Flow Control active but server still facing OOM issues

2018-02-21 Thread Thiago Veronezi
Hi Tim, Thanks for the follow up. I haven't touch this issue for a week. I will need to study this further. I will get back to you once I'm done. For now, this: > How big of a heap did you try? 4G > Are you able to share the test driver you were using so someone could try to reproduce and then

Artemis(2.4.0) JMS transactional session queue send/receive performance

2018-02-21 Thread Youyu Shao
Hi, Recently we start evaluating Artemis 2.4.0 JMS queue performance. Our business logic requires the use of transactional session, where publisher sends one message per commit, and consumer receives one message per commit. Our test environment is Windows machine with 4 cores(3.70 GHz), 8 logica

Re: Artemis(2.4.0) JMS transactional session queue send/receive performance

2018-02-21 Thread Michael André Pearce
Hi That is very low tbh. It looks like you have very slow disk io, not typical of data centre server grade modern disks. Is this an actual server? Or just your own personal desktop or something? Im taking this from your journal buffer timeout of 706 Your system could perform 0.14 w

Artemis backup configuration and sending messages to backup server

2018-02-21 Thread tcomprak
If I configure artemis in a cluster where there is only 1 live server and a few backup server, do the clients explicitly have to know the live server's IP address to interact or can the clients interact even with the backup servers and artemis would forward it to the live appropriately? -- Sent

Re: Artemis backup configuration and sending messages to backup server

2018-02-21 Thread Justin Bertram
A backup server is inactive from a client's perspective so if a client attempted to connect to a backup they would receive an error. The client needs to connect to the live. That said, the client can use discovery via UDP multicast (described in the documentation) so that it doesn't need to know

Active MQ CPP core dump

2018-02-21 Thread duttaab
Hi, I am getting the following core/crash dump while using the AcitveMQ-CPP (C++) library. What I observe is if I disable the Inactivity Monitor this crash occurs, even if my application is idle. This is the configuration - Any help in this regard will be appreciated. (gdb) bt #0

Re: Active MQ CPP core dump

2018-02-21 Thread Илья Шипицин
it might be detected with "thread sanitizer", I guess. I'll have a look later 2018-02-22 9:11 GMT+05:00 duttaab : > Hi, > > I am getting the following core/crash dump while using the AcitveMQ-CPP > (C++) library. What I observe is if I disable the Inactivity Monitor this > crash occurs, even if m

Re: Artemis and RESTeasy jar files

2018-02-21 Thread Archibald
Your configuration reads: You should try http://10.141.65.248:8080/artemis-rest/queues accordingly. Br, Archibald -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html