Re: Why the Spring DataSourceTransactionManager suppress the concurrent number of ActiveMQ consumer

2014-01-25 Thread cameldeng
no others get this trouble? -- View this message in context: http://activemq.2283324.n4.nabble.com/Why-the-Spring-DataSourceTransactionManager-suppress-the-concurrent-number-of-ActiveMQ-consumer-tp4676736p4676816.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Can I delete a message from a queue in c# code ?

2014-01-25 Thread artnaseef
Interesting problem. Storing the state of the task in ActiveMQ is not a good fit - ActiveMQ is designed to move messages reliably, not guarantee delivery of a message only if some application condition is met. Thanks for the details. -- View this message in context: http://activemq.2283324.n4

Re: Changing Hawtio Web Console password does not work

2014-01-25 Thread Claus Ibsen
Hi See the docs/WebConsole-README.txt that explains that there are 2 differnen set of files for configuring users in the old and new hawtio console. In the new console using hawtio, you can configure the default users, in the conf/users.properties, and conf/groups.properties files. On Sat, Jan

Changing Hawtio Web Console password does not work

2014-01-25 Thread bgaillard
Hi, I've just downloaded ActiveMQ 5.9.0 and install it as a Linux Service on an Amazon EC2 32bits machine. I have an access to the Hawtio Web console and can login using the admin / admin credentials as explained on the ActiveMQ Web Site : > From ActiveMQ 5.8 onwards the web apps is secured out

Re: Can I delete a message from a queue in c# code ?

2014-01-25 Thread HellKnight
I have implemented my solution , However, as you mentioned, it's really really painful , I suggest no one go IKVM path if they encounter similar problem. -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-I-delete-a-message-from-a-queue-in-c-code-tp4676691p4676802.html S