Re: Is ActiveMQ 5.4.2 compliant against the JMS TCK?

2010-12-20 Thread Shawn Jiang
You could find the component update in geronimo release notes. For example, you could see activemq 5.4.1 in the updated components list of geronimo 2.2.1 in release note: http://apache.etoak.com//geronimo/2.2.1/RELEASE_NOTES-2.2.1.txt On Tue, Dec 21, 2010 at 12:17 AM, rliguori wrote: > > Sure

Re: ACTIVEMQ_LOCK.BROKER_NAME Is Always NULL

2010-12-20 Thread Erik Osterman
After some more debugging, I think that the ACTIVEMQ_LOCK.BROKER_NAME column is simply not maintained. I decided to dig deeper after downgrading to mysql-connector-java-5.0.8 did not change the behavior. Turning on the MySQL query log and searching for all modifications of ACTIVEMQ_LOCK reveal

scheduled messages over STOMP

2010-12-20 Thread Aleksandar Ivanisevic
http://activemq.apache.org/delay-and-schedule-message-delivery.html is this available over STOMP?

FailoverTransport rebinding to master

2010-12-20 Thread ken.mccracken
Hi, I'm using the FailoverTransport via the following config: failover:(tcp://primary:61616,tcp://secondary:61616)?randomize=false My question is, if I bring up two ActiveMQ servers at primary and secondary, and they are both up, messages will be produced to the primary. When the primary goes d

Re: Is ActiveMQ 5.4.2 compliant against the JMS TCK?

2010-12-20 Thread rliguori
Sure geronimo 2.2.1 release passed jms tck. >> Awesome, great, thanks! Btw, can you tell me where this is formally >> noted? -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-ActiveMQ-5-4-2-compliant-against-the-JMS-TCK-tp3091508p3095762.html Sent from the ActiveMQ - Us

Re: ActiveMQ Console, main screen

2010-12-20 Thread rliguori
Thanks for the info! As such, I added an enhancement request issue to JIRA: https://issues.apache.org/jira/browse/AMQ-3099. It details that identifying the bounds in the home page for each component would bring value added... tool tips would be cool too. -- Robert -- View this message in conte

ActiveMQ NOT immediately dispatching topic message to consumer

2010-12-20 Thread suedonne123
ActiveMQ installed on Redhat Linux V5.4 Using the default config in activemq.xml...broker is tcp://localhost... (not embedded) I am using Glassfish and Message Driven Beans to consume messages (these are TOPICS) MDBs are durable subscribers I am using ActiveMQ admin console to send messages in

Re: Producer flow control question

2010-12-20 Thread maarten.dirkse
Sorry, should've included that info in the initial mail. Here's how I've setup my connection factories:     And this is the template config: Thanks, Maarten -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-flow-control-question-tp3092808p3095366.html Sen