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
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
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
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
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
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");
>
> 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
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
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
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
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
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)
12 matches
Mail list logo