Re: web console AMQ 4.1.1

2007-07-26 Thread Mario Siegenthaler
Yes it's possible, we use it in a production environment with ActiveMQ 4.1.1 Just follow the description on http://activemq.apache.org/web-console.html under Starting the Web Console in a seperate VM/in a Web-Container Mario On 7/25/07, kpetrov [EMAIL PROTECTED] wrote: Since 5.0 is not

Re: Message filtering

2007-07-26 Thread J Sadashiv
Can i use OR TOken in My Message Selector. i.e., i should get messages if Person = A or Person = B. James.Strachan wrote: On 4/17/06, ssozonoff [EMAIL PROTECTED] wrote: Hi Hiram, Thanks, and with regards to selectors, can I use multiple message selectors for the same MessageListener?

ActiveMQ is dead after runing hours

2007-07-26 Thread jzhang1
ActiveMQ is dead after running hours. The produer can not send any message to queue and consumer can not get any message from queue. There is no any exception. After restart ActiveMQ, it works. We did find messages (difference of Enqueue and Dequeue) are accumulating in the queue. But active

Re: Client Disconnection Bug?

2007-07-26 Thread cronos
Please, can somebody in the activemq team shed some light on this issue. Does it mean that if you have 3,000 queues which receive messages infrequently, you have to keep 3,000 tcp sockets open? Yes, i know there are inactivity timeouts, however for some applications, like ours, you do not want

Embedded Broker/Weblogic/Master Slave

2007-07-26 Thread manishbel
Hello My Goals are 1.) Use the embedded broker configured as spring bean in the application. 2.) To be able to use the Master/Slave behaviour 3.) Deploy the application in the weblogic cluster. I have configured the broker to use the databse lock, at the moment one of the cluster instances

Re: Performance problem - On empty queue sender gets blocked - on filled queue it's OK

2007-07-26 Thread ocoolio
Hello! Just a short extra info: the producer's first transaction is fast as usually! Then after commit, in the second transaction the .Send() takes forever. No matter if I create a new factory, connection, whatever, the producer is blocked. However, I can start a new instance (new exe, new

RE: embedded broker exceptions

2007-07-26 Thread Suchitha Koneru \(sukoneru\)
I also tried to create and start an embedded broker via JNDI resource. The JNDI resources are specified in Tomcat/conf/context.xml Resource name=jms/UserTopic auth=Container type=org.apache.activemq.command.ActiveMQTopic description=the