Python STOMP consumer hangs

2019-06-27 Thread jerrium
Hi! I'm currently having issues with Python STOMP consumers hanging when sending a lot of messages. In my application, I specify a number of queues to create. For each queue, I create a connection for each producer and consumer. Each producer produces a fixed number of messages and consumers con

Re: SMB 3.0 as shared filesystem for kahaDB in Master/Slave

2019-06-27 Thread blue_nekton
Hi Cezkuj, Were you able to achieve? I am exploring ActiveMq Artemis Master and Slave configuration on Azure Files (SMB3.0) and would like to know whether you were be able to complete. Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Production and consumption are normal, but message storage files grow and are not deleted

2019-06-27 Thread Tim Bain
There are a number of reasons why LevelDB is deprecated and not supported, but one of them is a lack of people on this mailing list able to answer questions about it. If you're using LevelDB today, you should be comfortable with using source code and a debugger to answer your own questions about un

Re: Issues with ActiveMQ 5.14.2 and Java 8

2019-06-27 Thread Tim Bain
If your question is really "Is it possible to hand-modify a Java application that's not compatible with a Java 8 JRE to make it run under one?", you'd probably be better off asking that question in another location such as StackOverflow, where people who are experts in that sort of thing hang out.

Production and consumption are normal, but message storage files grow and are not deleted

2019-06-27 Thread youngzil
hello,everyone, Production and consumption are normal, but message storage files grow and are not deleted Deployment way:Activemq 5.14.5 + Zookeeper+LevelDB Although leveldb is not recommended right now,But still want to know why or what can be done to avoid it