Re: [Artemis 2.6.0] Messages stuck in queue infinitely

2018-05-25 Thread Justin Bertram
Are messages being added to the queue at a rate of 10 per second? If not, the algorithm will take that into account and it won't close consumers because in situations like that every consumer would be disconnected with message production slows down which is generally not desirable. Also, consumer

Re: Security Management for Wildlfly (10 or 11) + ActiveMQ Artemis

2018-05-25 Thread Justin Bertram
Wildfly already has Artemis integration including security. Artemis will delegate authentication and authorization to a Wildfly security domain ("other" by default). You shouldn't need to implement any interceptors (which isn't ideal for security anyway) or JAAS login modules. Wildfly already ha

Re: Message received are always at QoS 0

2018-05-25 Thread Clebert Suconic
you should either chose ActiveMQ Artemis 2.6.0 or ActiveMQ 5.15.4 as Tim Bain mentioned. On Fri, May 25, 2018 at 8:36 AM, 孙煜 wrote: > Thanks for your information. > -- Original -- > From: "Tim Bain" > Date: Fri, May 25, 2018 08:28 PM > To: "ActiveMQ Users"; > Subje

Re: How to prevent queue deletion & message deletion from a queue (including from Admin console)

2018-05-25 Thread Tim Bain
You'll want to create a custom interceptor ( http://activemq.apache.org/interceptors.html), which will allow you to allow or disallow each category of action according to your needs. Tim On Fri, May 25, 2018, 4:13 AM Rajan, Naveen (ServiceMax from GE Digital) < naveen.ra...@ge.com> wrote: > > >

Re: Message received are always at QoS 0

2018-05-25 Thread ????
Thanks for your information. -- Original -- From: "Tim Bain" Date: Fri, May 25, 2018 08:28 PM To: "ActiveMQ Users"; Subject: Re: Message received are always at QoS 0 At this point Apollo is a dead project with no ongoing development effort, no plan to do any, and

RE: Artemis 2.5.0 - Replication Failure During Compacting

2018-05-25 Thread Ilkka Virolainen
Thanks for your input. I switched to Artemis 2.6.0 release and increased the journal-buffer-size to 15MB. I still get the exceptions regarding a missing consumer and the error reading/compacting the journal due to rollback on rollbacked records so either the root problem is not strictly related

Re: Message received are always at QoS 0

2018-05-25 Thread Tim Bain
At this point Apollo is a dead project with no ongoing development effort, no plan to do any, and no support from this mailing list. Use at your own risk. Tim On Thu, May 24, 2018, 9:26 PM 孙煜 wrote: > Thanks for your reply, Tim. > > > The broker is Apollo 1.7.1, and the client is based on Eclip

How to prevent queue deletion & message deletion from a queue (including from Admin console)

2018-05-25 Thread Rajan, Naveen (ServiceMax from GE Digital)
Regards, Naveen

Security Management for Wildlfly (10 or 11) + ActiveMQ Artemis

2018-05-25 Thread FlorentG
Hi, I have to integrate the ActiveMQ Artemis messaging system in an existing based wildlfy application (currently on wildlfy 10). I successfully configured wildlfy to be able to create topics and queues but now I'm facing problems with security management. What is the best way to manage authoriza

[Artemis 2.6.0] Messages stuck in queue infinitely

2018-05-25 Thread Egiptman
I have the same problem as here Sometimes there is a situation when the queue "hang" messages. In the JMX console, the image is as follows: