Re: Wire format negotiation timeout

2008-11-23 Thread jaya_srini
) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172) at java.lang.Thread.run(Thread.java:619) Any input greatly appreciated! thanks jaya jaya_srini wrote: Hi can someone answer my email below? Basically What could be some possible causes of the wireformat

Re: Wire format negotiation timeout

2008-11-23 Thread jaya_srini
to this port, dont know how to respond to activemq, and they get booted off with the timeout. If you have a publically accessible broker you will see this error. jaya_srini wrote: Sorry to bug about this but can someone please respond...we are using ActiveMQ 5.1.0 and are seeing this error

Prefetch limit for durable topics and Pending Queues

2008-11-21 Thread jaya_srini
Hi can someone confirm what is the default prefetch limit for durable topics? Is it 100 or 1000? I was seeing 100 on one page http://activemq.apache.org/what-is-the-prefetch-limit-for.html and 1000 on the other. http://activemq.apache.org/version-5-performance-tuning.html Also, can someone

Transport Connector question

2008-11-20 Thread jaya_srini
Hi The default XML configuration of ActiveMQ (5.1) has all the transport connectors enabled transportConnectors transportConnector name=openwire uri=tcp://localhost:61616 discoveryUri=multicast://default/ transportConnector name=ssl uri=ssl://localhost:61617/

Re: Wire format negotiation timeout

2008-11-19 Thread jaya_srini
of negotiation timeouts and I would like to understand why this happens. Could it be related to network connectivity issues? thank you jaya jaya_srini wrote: Thanks Joe! No. we only see this if I send higher than certain number of requests (after about 1000 - 2000 concurrent requests

Re: Async exception with no exception listener: java.io.EOFException

2008-06-17 Thread jaya_srini
Thank You! Is 5.1 backwards compatible with 5.0 configurattion? i.e if we get 5.1, we shouldn't need to change any of our previous configuration we did with 5.0, correct? (e.g. connect Url parameters, wireformat parameters etc) rajdavies wrote: On 16 Jun 2008, at 23:12, jaya_srini wrote

Re: Async exception with no exception listener: java.io.EOFException

2008-06-17 Thread jaya_srini
- Failed to stop broker rajdavies wrote: On 16 Jun 2008, at 23:12, jaya_srini wrote: hi all I saw several posts regarding the async exception (listed below) in logs with ActiveMQ 5.0.0. We are also seeing this exception randomly in the logs, the bad part is it breaks

Re: Async exception with no exception listener: java.io.EOFException

2008-06-17 Thread jaya_srini
if there were other impacts if we set the useDatabaseLock to false? thanks! jaya jaya_srini wrote: Hi Rob I moved to 5.1 release but now I can't even start the broker :( using my activemq.xml config for 5.0.0. After a couple of minutes I get the following exception. Is there a keepAlive

Re: org.mortbay.jetty Exceptions in the log

2008-06-11 Thread jaya_srini
Just wanted to add that this is not interfering with message send or receive i.e we are still able to send and receive messages.It would be nice to know why these exceptions are happening? thanks! jaya jaya_srini wrote: Hi there We are seeing the following exceptions in the logs

Re: Database connection between ActiveMQ and broker

2008-06-11 Thread jaya_srini
Filed this issue about a week ago per this email thread. https://issues.apache.org/activemq/browse/AMQ-1780 Can someone give an ETA on this? This is a production problem for us currently jaya_srini wrote: Ah..ok. Got it. I'll raise a new JIRA issue then. thanks jaya Mario

Re: Database connection between ActiveMQ and broker

2008-06-06 Thread jaya_srini
issue that is about the behaviour when encountering an unexpected loss of the lock. Mario On Thu, Jun 5, 2008 at 11:28 PM, jaya_srini [EMAIL PROTECTED] wrote: Hi Hiram We are noticing that after any SQL Server restart or network blip between ActiveMQ and the database, after

Re: Database connection between ActiveMQ and broker

2008-06-05 Thread jaya_srini
. If it fails every time, the old acked messages are not going to get propertly deleted out of your database. On Mon, May 19, 2008 at 11:49 AM, jaya_srini [EMAIL PROTECTED] wrote: Hello We are using ActiveMQ 5.0.0 and the JDBCPersistenceAdapter. From time to time we see the following

Wire format negotiation timeout

2008-05-30 Thread jaya_srini
Hello We are using ActiveMQ 5.0 and we see these messages in the logs when the broker is hit with multiple requests (in our case 1000 concurrent requests). Each request creates a new connection, sends a message to the topic and closes the connection. There is also a durable consumer that gets

Re: Wire format negotiation timeout

2008-05-30 Thread jaya_srini
. The default timeout value is 15 seconds (see http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/transport/WireFormatNegotiator.html WireFormatNegotiator.htm ). Do you see the problem with a lighter connection request load? Joe jaya_srini wrote: Hello We

Database connection between ActiveMQ and broker

2008-05-19 Thread jaya_srini
Hello We are using ActiveMQ 5.0.0 and the JDBCPersistenceAdapter. From time to time we see the following message in the logs [Q Cleanup Timer] WARN JDBCPersistenceAdapter - Old message cleanup failed due to: com.jnetdirect.jsql.x: DBComms.transmit exception:[java.net.SocketException:

Re: Database connection between ActiveMQ and broker

2008-05-19 Thread jaya_srini
Forgot to ask this in my previous post...after the connection is restablished will the broker be able to continue without a restart or will we need to restart the broker every time there is a network issue like this? thanks jaya jaya_srini wrote: Hello We are using ActiveMQ 5.0.0

Re: Question about Producer Consumer usage

2008-05-17 Thread jaya_srini
Hiram Chirino wrote: Looks like you have multiple threads concurrently sending messages using only 1 session. The JMS spec explicitly states that this is not allowed. Sessions should only be used by 1 thread at a time. On Tue, May 13, 2008 at 1:45 PM, jaya_srini [EMAIL PROTECTED] wrote

Re: Question about Producer Consumer usage

2008-05-17 Thread jaya_srini
the messages as the link suggests below http://activemq.apache.org/how-do-i-use-jms-efficiently.html jaya_srini wrote: Hi Hiram I followed what was said in this link in the ActiveMQ page http://activemq.apache.org/how-do-i-use-jms-efficiently.html Also from our observation, it looked like

Re: Question about Producer Consumer usage

2008-05-13 Thread jaya_srini
) Filip Hanik - Dev Lists wrote: as I mentioned, the blocking happens on the mutex for an ActiveMQSession, the only way you can end up blocking two threads there, is if two threads are using the same session, can you post the complete thread dump? thanks Filip jaya_srini wrote: So

Re: Question about Producer Consumer usage

2008-05-13 Thread jaya_srini
Hi Filip I have attached the file thread_dump.txt that gives the thread-dump. if you need more info please let me know. thanks! jaya Filip Hanik - Dev Lists wrote: that is a thread dump for one (1) thread, why don't you post the entire thread dump for all threads Filip jaya_srini

Re: Question about Producer Consumer usage

2008-05-13 Thread jaya_srini
here's the link http://www.nabble.com/file/p17221085/thread_dump.txt thanks Jaya Filip Hanik - Dev Lists wrote: paste it into the email or provide a link to it, attachment dont make it to the user list Filip jaya_srini wrote: Hi Filip I have attached the file thread_dump.txt

Re: Question about Producer Consumer usage

2008-05-13 Thread jaya_srini
of them, otherwise you don't have a reference in time Filip jaya_srini wrote: here's the link http://www.nabble.com/file/p17221085/thread_dump.txt thanks Jaya Filip Hanik - Dev Lists wrote: paste it into the email or provide a link to it, attachment dont make

Re: Question about Producer Consumer usage

2008-05-12 Thread jaya_srini
So Sorry! :( I just thought I would explain our scenario in more details. jaya_srini wrote: Hello Apologies for all the questions but I am a newbie to ActiveMQ and I would really like to better understand how the ActiveMQ broker works and was wondering if someone can explain how

Re: Need Help with blocking Producer!

2008-05-11 Thread jaya_srini
on the same session. so if you have multiple threads using the same session, it will send the requests, one at a time you are probably sending messages synchronously, as opposed to async, which is why you see the blocking threads Filip jaya_srini wrote: Thanks much for the response

Question about Producer Consumer usage

2008-05-11 Thread jaya_srini
Hello Apologies for all the questions but I am a newbie to ActiveMQ and I would really like to better understand how the ActiveMQ broker works and was wondering if someone can explain how it would work for the scenario below: I am using single session with 1 producer and 1 consumer (durable

Re: Need Help with blocking Producer!

2008-05-09 Thread jaya_srini
the messages. the policyEntry element has a bunch of sub element that you can setup to control other needs Filip jaya_srini wrote: hi We are using ActiveMQ 5.0 release and observing the following on production. After a certain number of messages are sent the Activemq send blocks

TransportListener question

2008-05-09 Thread jaya_srini
Hi Is TransportListener only meant to be used with Failover Transport? i.e if I use it with tcp transport (without failover) will I be notified if the broker shuts down and comes back up? The reason we can't use failover is because we would also like to use Async Sends which is not possible

Re: TransportListener question

2008-05-09 Thread jaya_srini
be really great for us! jaya James.Strachan wrote: 2008/5/9 jaya_srini [EMAIL PROTECTED]: Hi Is TransportListener only meant to be used with Failover Transport? Yeah - as if you're not using failover, the JMS connection will fail if there is a transport problem; so listening doesn't

Re: TransportListener question

2008-05-09 Thread jaya_srini
but then we lose the features we wanted with failover. The connection URI looks like this failover:(tcp://localhost:61616?jms.useAsyncSend=truewireFormat.maxInactivityDuration=-1) thanks jaya James.Strachan wrote: 2008/5/9 jaya_srini [EMAIL PROTECTED]: Thanks so much for the responses. Can

Re: TransportListener question

2008-05-09 Thread jaya_srini
the async send to be true using the setUseAsyncSend() API? Or will this parameter be ignored if the transport is failover? jaya_srini wrote: Well, that's the problem. When we use jms.useAsyncSend in the connection URI with the failover transpoert we can't even start the JMS client. It hangs when

Need Help with blocking Producer!

2008-05-08 Thread jaya_srini
hi We are using ActiveMQ 5.0 release and observing the following on production. After a certain number of messages are sent the Activemq send blocks. The thread dump produced the following daemon prio=6 tid=0x3793f400 nid=0x1f28 waiting for monitor entry [0x38aff000..0x38affc98]

Re: Need Help with blocking Producer!

2008-05-08 Thread jaya_srini
appreciated! jaya_srini wrote: hi We are using ActiveMQ 5.0 release and observing the following on production. After a certain number of messages are sent the Activemq send blocks. The thread dump produced the following daemon prio=6 tid=0x3793f400 nid=0x1f28 waiting for monitor entry

Re: ActiveMq 5.0.0 and Windows 2003 Server

2008-04-19 Thread jaya_srini
Thank you! that's what I needed to know. jaya semog wrote: Don't know if it is suppoted, but I have run it on that platform without problems. On 4/18/08, jaya_srini [EMAIL PROTECTED] wrote: Hello Is ActiveMq 5.0.0 release supported on a Windows 2003 server? thanks jaya

ActiveMq persistence delivery mode

2008-03-08 Thread jaya_srini
hi I am observing the following behaviour with ActiveMq 5.0 release and I was wondering if someone can tell me if this is expected or a bug I have a single broker with one producer and a durable subscriber. All on one machine. I am using a single Topic for publish and subscribe. The session is

Re: ActiveMq persistence delivery mode

2008-03-08 Thread jaya_srini
Please ignore. There was a bug in my code. I was publishing multiple messages. Really sorry for the bother. thanks jaya jaya_srini wrote: hi I am observing the following behaviour with ActiveMq 5.0 release and I was wondering if someone can tell me if this is expected or a bug I have

Not all consumers receiving the message

2008-03-05 Thread jaya_srini
Hi I am new to ActiveMQ and I am hoping someone can help me troubleshoot the behaviour I am seeing. I have ActiveMq 5.0 standalone broker running on my machine. One the same machine I also have a Tomcat Service that creates a durable subscriber (say Consumer 1) and is listening for any

ActiveMq and Table Creation

2008-02-15 Thread jaya_srini
Hi I am new to ActiveMq so apologies in advance if this has been posted before. We are using ActiveMq 5.0 . We noticed that it tries to create the ActiveMQ tables on startup even if they already exists. Is there an option to tell the persistence adapter to create it only if it doesn't exist? I