ANN: Habari ActiveMQ Client - Delphi and Free Pascal library for Apache ActiveMQ

2008-03-08 Thread mjustin
March 5, 2008 - betasoft, independent software developer for CodeGear(tm) Delphi and for the Java(tm) platform, is pleased to announce the public release of its client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker and Enterprise Integration Patterns pro

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 > >

Problems with simpleAuthenticationPlugin

2008-03-08 Thread uma_rk
Env: Activemq 5.0.0, JDK1.6 I am using the SimpleAuthenticationPlugin as follows. Problem: When an authentication fails, the logs do not identify which client failed authentication. It also does not identify the u

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

Queue Fill Up

2008-03-08 Thread sub3
Hi, I am using VirtualTopics and when I start nailing the system with messages, ActiveMQ starts to throw null pointers. Since I am putting out a lot of messages, I am assuming some internal queue if filling up. Is that right? I though ActiveMQ would slow down in this instance. Is there a paramete

Re: javax.jms.IllegalStateException: The producer is closed

2008-03-08 Thread sparky2708
It is possible that some consumers might have closed their sessions but I am not sure how the consumer's sessions is tied to a producer session if they are sitting on different machines. I will run some more tests to see if this is what is causing it... Just very strange. Mario Siegenthaler-2 wr