HermesJMS connects to ActiveMQ Connections without username and password

2011-09-13 Thread Venkatesh Laguduva
Hi, I have a created a ActiveMQConnectionFactory with the following properties: brokerUrl=tcp://localhost:x username='testx' password='testy' When I tried to connect the connections created using the above ActiveMQ connection factory from HermesJMS, they connect without the username and passwo

Re: Can't get stomp to work in .Net

2011-09-13 Thread Timothy Bish
On Tue, 2011-09-13 at 17:24 -0500, Victor Perez wrote: > We have this ActiveMQ server used corporate-wide, with many applications > written in Ruby, Java and C++ talking to it using STOMP. > > Now I have been asked to write a .Net service to access one of the queues > populated from a Ruby app. It

Can't get stomp to work in .Net

2011-09-13 Thread Victor Perez
We have this ActiveMQ server used corporate-wide, with many applications written in Ruby, Java and C++ talking to it using STOMP. Now I have been asked to write a .Net service to access one of the queues populated from a Ruby app. It all goes well until I try to connect to the queue using STOMP, w

Re: ActiveMQ Session Task threads disappearing

2011-09-13 Thread Todd Crone
When I processing a message something might fail that I want it to try again and after it tries a specified number times, I want to push that message to another queue for alternate processing. I have looked at JMS retries but doesn't seem like the way I want to go. With a valid Message, what is t

ActiveMQ Session Task threads disappearing

2011-09-13 Thread Dom
Hi, I've starting having unusual problems with my ActiveMQ consumers, we send object messages via JMS 24 hours a day, peaking at around 10k per second to various different consumers. All these consumers are consuming from the same topic, however from different physical servers. The consumers are a

Re: Log4j SMTPAppender not working within ActiveMQ-Camel

2011-09-13 Thread billy
My problem was that I didn't realize the SMTPAppender only sends an email when an ERROR level event occurs. I set the SMTP threshold to WARN in my log4j.properties file. In my Java test file I did the following: log.info("info message"); log.warn("warn message"); log.error("error message");

Re: slow speed sending message

2011-09-13 Thread Jason Whaley
> > Question - am I right in understanding that flow control will turn on > automtically when the rate goes over a certain level? Will it then shut > off? See here for PFC: http://activemq.apache.org/producer-flow-control.html In short, you'll hit it when you exhaust either the memoryLimit f

Re: Log4j SMTPAppender not working within ActiveMQ-Camel

2011-09-13 Thread oseymen
Here are some suggestions: 1. Put "log4j.appender.console.threshold=INFO" (in the console appender) in a new line - in your config it seems to be in the same line as the statement above it. 2. You have configured SMTP appender for WARN+ only - double check that you are generating warning messages

Re: Log4j SMTPAppender not working within ActiveMQ-Camel

2011-09-13 Thread billy
First, I want to thank you for you assistance. This problem is a little more involved than I was hoping for. I set log4j.appender.MAIL.SMTPDebug=true and restarting AMQ per your suggestion and didn't see any debug message to stdout. I thought it might be that ActiveMQ wasn't finding the log4j.pr

STOMP SUBSCRIBE and UNSUBSCRIBE behaviour

2011-09-13 Thread Steve Powell
I would like some clarification of the precise intended semantics of the SUBSCRIBE and UNSUBSCRIBE STOMP commands in ActiveMQ. I hope this is the right mailing list. I'm particularly interested in the persistent:true cases. The user-manual[1] says that the SUBSCRIBE id:/persistent:true creates o

Re: Log4j SMTPAppender not working within ActiveMQ-Camel

2011-09-13 Thread oseymen
Best way to debug this is to put log4j.appender.MAIL.SMTPDebug=true and restart AMQ. log4j will start emitting debug messages to stdout and you will see what is going wrong. There might be a problem with relay permissions or ports... Ozan -- View this message in context: http://activemq.2283324

Re: Backlog data causes producers to slow down.

2011-09-13 Thread bbansal
Hey Folks, I tried the concurrentStoreAndDispatchQueues="false" and it didn't help. I still see around 10X drop in producer throughput with backlog. 1 Queue , 8 producers, 2 consumers , No backlog : 1200 QPS (producer), 1200 QPS (consumer) 1 Queue, 8 Producer, 2 consumer, 4GB backlog (2M events)