JMS Transactions

View: Old framed views
21 Messages — Rating Filter:   Alert me  
JMS Transactions - I'm trying to figure out transaction management with JMS Queues. I've got ActiveMQ set up with an embedded broker, and... Loading...
Hi Jason, Your configuration looks correct. I assume you are receiving messages? The only odd thing I can see i... Loading...
Yeah, it's the same Queue. The weird thing is, all I have to do is remove that jms:transaction tag and the messages go... Loading...
Yes, though somehow it feels like an AMQ bug. Have you tried with other AMQ versions? Andrew Loading...
No, just 5.1.0. Shouldn't the JmsTransactionFactory be called before it ever gets to AMQ, though? It's not being... Loading...
Jason, Could you just try your test again, but read and write from different queues. We do a lot of testing with... Loading...
I don't understand... In order to read from a Queue I have to write something to it... Loading...
Try setting eagerConsumer=true for the AMQ connector. Andrew Loading...
It now looks like this: <jms:activemq-connector name="jmsConnector" eagerConsumer="true"/> and I get the same... Loading...
Unfortunately the configs you posted do not help, as they contain large number of unavailable custom code. Could you... Loading...
Ok, here's one with no external dependencies, just reading files, putting into a Queue, reading from the Queue, and... Loading...
> > I'm using Mule 2.0.0 and ActiveMQ 5.1.0. Do I need to move up to 2.0.1? > > Yes, I've been prompting to do... Loading...
Upgraded to 2.0.1, now I just get this: org.mule.api.registry.RegistrationException: Object "transformer:... Loading...
This is due to a duplicate jar somewhere in your classpath. I've reproduced the other problem with message stuck... Loading...
Created: http://mule.mulesource.org/jira/browse/MULE-3342 Loading...
Ok, I'm willing to do this but like I've been asking, is there a fix in 2.0.1 that you think will fix this? Are we just... Loading...
> > > http://www.mulesource.org/display/MULE2USER/Transaction+Management > > Is out of date. It left me guessing and... Loading...
ok, here's my config... mule-feeder.xml feeder-context.xml What suggestions would you like me to try? Is... Loading...
Why do you think org.springframework.jms.connection.JmsTransactionManager should handle the transaction? Andrew Loading...
Oops, wrong class, I meant org.mule.transport.jms.JmsTransactionFactory. beginTransaction() is not being... Loading...
Please post a runnable sample reproducing a problem. Also, specify Mule version. Andrew Loading...