Re: How did the broker server create the queue when it receive the send query from the client ?

2008-07-03 Thread Rob Davies
On 4 Jul 2008, at 03:20, yanhongsan wrote: Who can help me? I want to get your help. thanks. -- View this message in context: http://www.nabble.com/How-did-the-broker-server-create-the-queue-when-it-receive-the-send-query-from-the-client---tp18255534p18271258.html Sent from the ActiveMQ - Use

Re: ActiveMQ 5 and REST

2008-07-03 Thread bolbolindia
I have implemented browser to send messages to the JMS Queue using Ajax servlet. I think what you need is a listener on the queue and then insert to database. You can look at the javascript at http://www.indiabolbol.com/bol/complaint.bol If you need help, email me directly. elihusmails wrote:

Re: How did the broker server create the queue when it receive the send query from the client ?

2008-07-03 Thread yanhongsan
Who can help me? I want to get your help. thanks. -- View this message in context: http://www.nabble.com/How-did-the-broker-server-create-the-queue-when-it-receive-the-send-query-from-the-client---tp18255534p18271258.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

failing to close a connection leaves consumers behind that prevent new consumers receiving messages

2008-07-03 Thread Ossory
Hi, I have an issue where a JMS client attempts to receive messages from a queue. The client fails due to a JVM crash and the JMS connection is not closed. This leaves a consumer behind (that I can see in the ActiveMQ admin console). If I restart the JMS client it fails to receive all of the new m

PrefetchSize doesn't work.

2008-07-03 Thread fl
Hello, I have trouble with disabling prefetch buffer for consumers. I made simple test. This is my configuration (i tried the same with values = 0): ConnectionFactory connectionFactory = new ActiveMQConnectionFactory("tcp://localhost:61616?jms.prefetchPolicy.all=1&jms.optimizeMessageDispatch=fa

Re: NMS doesn't work with latest ActiveMQ

2008-07-03 Thread Jim Gomes
The NMS code should be working, but I do know that all of the unit tests currently do not pass. I have scheduled your JIRA report (thanks!) as a working item to get all of the unit tests to pass before shipping NMS 1.0. I have not tested running NMS against 4.1, but I would expect it to work. The

NMS doesn't work with latest ActiveMQ

2008-07-03 Thread toli
Can someone tell me which version of ActiveMQ the latest NMS code is supposed to work with? We've used NMS code from about a year ago with nms-activemq subproject to build our .NET integration and that worked with ActiveMQ 4.1 I"ve recently decided to upgrade to the newer versions of NMS and NMS

Re: ActiveMQ stops accepting consumer requests

2008-07-03 Thread Demian Mrakovich
I create a new connection, send message and close connection for each and every message, yes. My consuming MDBean has a max pool size of 15. The queue size may at times be up over ten thousand (my consumers are kindy slow). I might add we are using XA transactions, don't know if it has anything t

Losing messages (asyncSend, but slow message rate)?

2008-07-03 Thread solmyr72
Hi, While running our tests, we noticed that ActiveMQ loses some messages. We use 'asyncSend', so we realize it's possible to lose messages. Still, we were a bit surprised given the relaxed conditions of the test: it's only 60 short messages, using TCP transport, on a stable network. Our test i

Re: How did the broker server create the queue when it receive the send query from the client ?

2008-07-03 Thread yanhongsan
I know the queue can be created automaticly by server when send message.But I want to manage the queue on the server,such as create , delete . I try to do that by JMX, but when I create a queue and reopen the activemq server, the queue does not appear. -- View this message in context: http://www

Re: How did the broker server create the queue when it receive the send query from the client ?

2008-07-03 Thread Rob Davies
On 3 Jul 2008, at 10:37, yanhongsan wrote: I know the jmx to create queues,however the queues will die when close the server. But when client send message to a queue, the server can create the queue in the data files.So I want to know how the server create the queue when it receive th

How did the broker server create the queue when it receive the send query from the client ?

2008-07-03 Thread yanhongsan
I know the jmx to create queues,however the queues will die when close the server. But when client send message to a queue, the server can create the queue in the data files.So I want to know how the server create the queue when it receive the send query? Thank you [EMAIL PROTECTED] -- View