Re: Message redelivery when producer broker killed (without persistence)

2017-10-17 Thread Justin Bertram
I don't think of Artemis as "not really prime-time ready yet." The Artemis code-base was based on the HornetQ message broker which has served commercially as the JMS implementation in Red Hat's JBoss Enterprise Application Platform (EAP) 6.x since 2012. Artemis itself has served in the same capac

Re: Message redelivery when producer broker killed (without persistence)

2017-10-17 Thread pypen
Thanks guys. I am a little hesitant since I heard that artemis is not really prime-time ready yet. But I might give it a shot. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ Message Window size

2017-10-17 Thread Timothy Bish
On 10/17/2017 11:01 AM, ubaid wrote: so you are saying that we cannot limit the consumer with the messages he is getting at once from activeMQ. I asked this question on this forum because I found a parameter consumerWindowSize in the Apache ActiveMQ documentation for limiting the consumer buffer.

Re: ActiveMQ Message Window size

2017-10-17 Thread ubaid
so you are saying that we cannot limit the consumer with the messages he is getting at once from activeMQ. I asked this question on this forum because I found a parameter consumerWindowSize in the Apache ActiveMQ documentation for limiting the consumer buffer. What I'm not getting is where to place

Re: ActiveMQ Message Window size

2017-10-17 Thread Timothy Bish
On 10/17/2017 03:55 AM, ubaid wrote: I am using activeMQ v5.15.0 integrated in mule application with JMS. I want to get first 50 messages from the queue, how to set that windowSize and where to configure this setting. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.h

ActiveMQ Message Window size

2017-10-17 Thread ubaid
I am using activeMQ v5.15.0 integrated in mule application with JMS. I want to get first 50 messages from the queue, how to set that windowSize and where to configure this setting. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQ integration with existing J2EE project

2017-10-17 Thread echuang
Greetings, Currently I'm converting the old J2EE components into SpringBoot compliance components. Now i had 1 component already converted into SpringBoot which uses ActiveMQ as JMS provider. The problem that facing is a component uses JMS provider; Previously created manually in Glassfish with