MDB config settings ignored

2013-09-11 Thread mandrake_2
Hi there, I've got a big problem with Glassfish 3.1.2 and ActiveMQ 5.6.0. My system configuration is the following: 1) a java stand-alone Producer that sends 50 msg/sec to a jms queue (Queue type) hosted by ActiveMQ 2) a EAR deployed into Glassfish with a MDB to consume messages from that queue T

Re: MDB config settings ignored

2013-09-12 Thread mandrake_2
Well, before read your reply, yesterday we went to this page http://activemq.apache.org/activation-spec-properties.html and we saw the "maxSessions", "maxMessagesPerSessions" and "maxMessagesPerBatch" properties. Apparently this is the solution we were looking for, because changing its value our MD