Re: Feasibility of Shared File System Master Slave using NFSv4

2011-05-26 Thread Johan Edstrom
That looks great! On May 26, 2011, at 2:52 PM, johneboyer wrote: > Yep, I hired a new Linux consultant and appears to be working like a charm. > Thank you. > > FYI: Here’s the output on the slave. > > 2011-05-26 13:44:09,299 | INFO | Database //lock is locked... > waiting 10 seconds for the da

RE: Feasibility of Shared File System Master Slave using NFSv4

2011-05-26 Thread johneboyer
Yep, I hired a new Linux consultant and appears to be working like a charm. Thank you. FYI: Here’s the output on the slave. 2011-05-26 13:44:09,299 | INFO | Database //lock is locked... waiting 10 seconds for the database to be unlocked. Reason: java.io.IOException: Failed to create directory ‘/

Re: Hundreds and hundreds of threads on Connection.Start()

2011-05-26 Thread Timothy Bish
On Thu, 2011-05-26 at 13:28 -0700, burns wrote: > I'm using NMS.ActiveMQ version 1.5.0. I have two applications on the same > machine that use JMS to communicate. I am using the following URI to > connect: > > failover:tcp://localhost:61616 > > Here is the code I use to make the connection: >

Re: Hundreds and hundreds of threads on Connection.Start()

2011-05-26 Thread burns
I'm using NMS.ActiveMQ version 1.5.0. I have two applications on the same machine that use JMS to communicate. I am using the following URI to connect: failover:tcp://localhost:61616 Here is the code I use to make the connection: // Create a connection using ActiveMQ implementation Apach

Re: email listener

2011-05-26 Thread Brendan Long
You might find Camel useful: http://camel.apache.org/mail.html http://camel.apache.org/activemq.html On 5/26/2011 1:54 PM, fachhoch wrote: > I want an email listner, whenever a new email arrives in a particular > inbox , I want a jms message to be sent to my listener , does active mq > provid

email listener

2011-05-26 Thread fachhoch
I want an email listner, whenever a new email arrives in a particular inbox , I want a jms message to be sent to my listener , does active mq provides something like this or any other provides this capability ? -- View this message in context: http://activemq.2283324.n4.nabble.com/email-lis

Enqueue performance with camel multicast

2011-05-26 Thread oseymen
Hello, I came across a case while conducting performance testing using ActiveMQ v5.4.2 and Camel v2.6. I have two queues (Q1 and Q2) and one camel route defined as: Q1 to Q2

Re: Advisory Messages

2011-05-26 Thread Aneesh
Hi Gary Went quickly through the junits and got a rough idea. Now coming to my requirement, my environment is ActiveMQ 5.2 integrated with JBoss and using Spring for configuring the broker and the producer/consumer. For example i have a queue having the physical name outbound.queue and when the s

Re: Advisory Messages

2011-05-26 Thread Aneesh
Hi Gary Thanks a lot for the guidance.. Let me have a look into that and will get back.. Thanks Aneesh -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-Messages-tp3552270p3552449.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Advisory Messages

2011-05-26 Thread Gary Tully
start with the activemq junit tests to see how the advisories are used: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/advisory/ also, have a peek at the Abort slow consumer test. You could provide your own implementation of a slow consumer strategy th

Re: ActiveMQ: Advisory for MessageConsumed

2011-05-26 Thread Aneesh
HI Karen Am also having a reqmt to work with the Advisory messages. Am pretty new to ActiveMQ and doesnt even know how to start with. Am also using the DefautMessageListenerContainer of Spring. I have already posted another query in the forum asking help for how to start with Advisory. Could you h

Advisory Messages

2011-05-26 Thread Aneesh
Hi Am pretty new to ActiveMQ and i am now looking for a solution to the following problem: I have a producer which produces message and putting it into a queue. In some scenarios the consumer of the queue will not consume the messages which may result in piling up of messages.My requirement is to

Advisory Messages

2011-05-26 Thread Aneesh
Hi Am pretty new to ActiveMQ and i am now looking for a solution to the following problem: I have a producer which produces message and putting it into a queue. In some scenarios the consumer of the queue will not consume the messages which may result in piling up of messages.My requirement is to

Persistence messages and StoreUsage Memory

2011-05-26 Thread Suneel Papineni
Hi, I am using Network of brokers and using ActiveMQ5.5.0 and ActiveMQ-CPP3.4.0 client application. 1. Application 'A' registered to Broker1 and application 'B' is registered to Broker2 (Both 'A' and 'B' are registered as Durable Consumers). A sends messages to a topic and B receives

Re: Transaction issues

2011-05-26 Thread Gary Tully
we would need some more context, but that exception indicates that the transaction associated with that session has already completed. Trace level logging on both activemq and jboss may help diagnose exactly what is going on. And ideally, if you could provide a test case that can demonstrate the p