Re: Artemis - Inhibit initial message distribution

2019-11-06 Thread Justin Bertram
As noted in the docs currently redistribution requires ON_DEMAND. There is already a JIRA [1] to change this. All things being equal, this would be really easy to implement with just a few changes to org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl. However, it would be inadvisable to

Unable to validate user

2019-11-06 Thread GemQ
As a newbee on Fedora 30 I installed Artemis ActiveMQ. I created a broker in /var/lib/broker. So far everything works fine but when I start the broker every 5 seconds I get the following message in the logfile. 2019-11-06 15:21:55,552 WARN [org.apache.activemq.artemis.core.server] AMQ16: Secu

Artemis - Inhibit initial message distribution

2019-11-06 Thread AntonR
Hi, I have set up a symmetrical Artemis cluster, running with lots of different clients and addresses. I want the clients to be able to connect to any of the brokers and receive messages sent to any other broker in the cluster. As such, it is is configured with message-load-balancing "ON_DEMAND" a

Re: Getting error "the client and server cannot communicate, because they do not possess a common algorithm" on .Net Framework 4.0 with TLS 1.2 settings and using Apache.NMS 1.7.1 and Apache.NMS.Activ

2019-11-06 Thread Tim Bain
Near the bottom of the second link there's information about how to turn on SSL debug on the broker, which the page says will let you "see what goes wrong and why you get connections closed." If you didn't already try that, I'd start there. But ultimately the question is which SSL ciphers your ver

Re: org.apache.activemq.kaha.impl.index.?

2019-11-06 Thread Jean-Baptiste Onofré
Thanks for the update ! Great you figured it out and always happy to help. Regards JB On 05/11/2019 16:27, Jonathan Roby wrote: > Hi All > > > just an update: I figured out the issue. It was due to the software we use > (fedora-commons/tomcat) using its own set of configuration files and dat

Re: org.apache.activemq.kaha.impl.index.?

2019-11-06 Thread Tim Bain
Great, I'm glad you got it sorted out. Thanks for closing the loop and letting us know. Tim On Tue, Nov 5, 2019, 8:27 AM Jonathan Roby wrote: > Hi All > > > just an update: I figured out the issue. It was due to the software we > use (fedora-commons/tomcat) using its own set of configuration f

Re: Artemis low message rates leading to timeouts whilst paging

2019-11-06 Thread nigro_franz
> We have configured to use NIO journal, but we used MAPPED on our previous tests Just curious, why you've changed from MAPPED? If possible, try ASYNCIO if you need disk failure guarantees (journal-datasync = true), for performance reasons. Choose NIO if OS won't alow to use ASYNCIO, falling b

Re: Artemis low message rates leading to timeouts whilst paging

2019-11-06 Thread kter
> 1) Which type of journal are u using? We have configured to use NIO journal, but we used MAPPED on our previous tests > 2) Have you tried NIO or Mapped to see if is happening the some with them? We've experienced same kind of performance on both -- Sent from: http://activemq.2283324.n4.nab