Re: Usage Manager Store is Full

2011-06-13 Thread Joe Niski
if you're using ProducerFlowControl, i believe it can mean you've run out of queue memory (not disk storage). *Joe Niski* Senior Developer - Information Services | NWEA™ PHONE 503.548.5207 | FAX 503.639.7873 NWEA.ORG | Partnering to help all kids learn™ On 06/13/2011 0

Re: Howto read JMSTimestamp using JMX

2011-06-13 Thread billy
I figured it out. I was making it to complicated. I was able to get all JMSTimestamps from a given queue using the following groovy code: queue = new GroovyMBean(server,"org.apache.activemq:BrokerName=$host,Type=Queue,Destination=$queueName") queue.browseAsTable().entrySet().each { Composite

Usage Manager Store is Full

2011-06-13 Thread agujral
Hi All, I am getting the following error " Usage Manager Store is Full" from the broker,but when I restart the broker the error goes away. Can someone please guide me why I got this error , I have a lot of space on disk. I tried looking on google but could not find much. Thanks Anur

Howto read JMSTimestamp using JMX

2011-06-13 Thread billy
Does anyone have an example of how to use "JMX" to read the JMSTimestamp of a message that's in the queue? -- View this message in context: http://activemq.2283324.n4.nabble.com/Howto-read-JMSTimestamp-using-JMX-tp3594795p3594795.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: Possibility of message loss in composite queues

2011-06-13 Thread Dejan Bosanac
There is no risk of losing messages, as the send is still atomic operation. So the producer will be notified that send succeeded only when all destinations have the message. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging

Re: Active MQ client 5.3.2 vs Active MQ server 5.4.2

2011-06-13 Thread Dejan Bosanac
In theory it should work. You can't use features that require new wire protocol version, but everything else should work. Of course, you should test it yourself. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://f

Re: How can we know the last acknowledge message for each specific topic

2011-06-13 Thread Dejan Bosanac
There's no relation between consumer and message in JMS as any consumer can take any message. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ B

Active MQ client 5.3.2 vs Active MQ server 5.4.2

2011-06-13 Thread callain_accovia
Can we upgrade our AMQ servers to 5.4.2 and keep the 5.3.2 java client for a while without problems or is it really required or simply recommended to upgrade the java clients too? Is there any compatibility matrix somewhere about the various AMQ client and server versions? -- View this message

Possibility of message loss in composite queues

2011-06-13 Thread oseymen
Hi, Can you please let me know whether there is a possibility of message loss in composite queue configured as: As far as I understand this from the documentation,

Re: Keeping the messages in a queue or topic during a day

2011-06-13 Thread serious
Thanks a lot Mr Tully, this is the right solution. So, to sum up : - you first have to configure the broker by tweaking its "conf/activemq.xml" configuration file : [code]

Re: Transaction not started XA problems

2011-06-13 Thread James Black
Ok ignore my previous message as that appears to be a separate issue. The problem with the transaction not started errors had not gone away but was simply not occurring, it came back on Friday but I now believe I have the root cause of the issue. The Atomikos JTA Properties documentation defines