Re: Stuck messages - Dispatch issues

2011-04-11 Thread lernen.2007
Hi, the problem we have too. Sometimes the messages stuck in queue and after a restart it deliver to the consumer. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Dispatch-issues-tp2367852p3443852.html Sent from the ActiveMQ - User mailing list archive at Na

Re: Cannot browse or consume messages (with ttl setting) from a Queue.

2011-04-11 Thread Swapnonil Mukherjee
Figured out what the problem was. The producer sending messages had it's clock ahead by ten minutes compared to the VM where the broker was running. As soon as I set the expiry to more than 15 minutes the problem was solved. -- View this message in context: http://activemq.2283324.n4.nabble.com/

Strategy question - many queues or use selectors?

2011-04-11 Thread James Green
I'm sure this must get asked routinely but for my benefit at least, which is considered best: Have many (hundreds) of queues, or a single queue of similar messages and use selectors to pick the right ones out? To shed a little more light on my scenario we have an application to which several hundr

Re: KahaDB data files not cleaned up

2011-04-11 Thread James Green
This is something that affects some of my installations. Is there any reason not to delete a file that should have been removed by now? James On 11 April 2011 20:37, BD wrote: > A bit more info on older kahadb journal files. I checked and they are not > open by any process. Deleting them frees

Re: KahaDB data files not cleaned up

2011-04-11 Thread BD
A bit more info on older kahadb journal files. I checked and they are not open by any process. Deleting them frees up disk space. If I don't need older messages is it ok to delete old kahadb files or will it cause problems to the broker? Is there a tool to read these files to find out which messa

Pure Master/Slave config. Synchronization of messages?

2011-04-11 Thread tkasire...@gmail.com
Hi, I successfully configured the master and slave. When I shut down the master, I see error : java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:375) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat. java:269) at org.apache.

Re: How to get XAConnectionFactory through the JCA 1.5 Resource Adapter ?

2011-04-11 Thread Gary Tully
The only reason you should need to deal with the XA connection factory is for recovery as the RAR (JCA) contracts (between an appserver and resource adapter) deal with XA under the hood. The XA resource is provided by the RAR and utilised by the app server when required. Check out the comments in

Re: Connection Rebalancing

2011-04-11 Thread bodhayanc
I am currently upgrading to 5.4.2 from 5.3.0 and facing the same problem. Did you get any solution to your problem? Thanks in advance, Bodhayan. -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-Rebalancing-tp3159849p3442167.html Sent from the ActiveMQ - User mail

Re: how to get Message object

2011-04-11 Thread Dejan Bosanac
Hi, there's no way currently to get an object using JMX 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/ Blog - http://www.nighttale.net Connect

How to get XAConnectionFactory through the JCA 1.5 Resource Adapter ?

2011-04-11 Thread th3hunt
Hi all, I need some guidance in how to get a XAConnectionFactory (ActiveMQXAConnectionFactory) from the resource adapter for both inbound and outbound connections. I checked the ra.xml and I didn't manage anything. Many ppl have the same question and I see no answers on the web. (Glassfish 3.1 &