Re: NMS / ActveMQ questions regarding network of brokers and ByteMessages.

2009-07-27 Thread Jim Gomes
NMS does not support the BlobMessage, but if you can access the large files via a URL, then could you just send a TextMessage with the URL? On Thu, Jul 16, 2009 at 1:03 AM, Michel Van Hoof wrote: > > Hi, > > After reading just about every article, documentation and forum about > ActiveMQ / NMS th

destinationURI parameter is not work(priority,exclusive)

2009-07-27 Thread tracyjoy
hi,all: i write a class to test exclusive and priority,but all i set are not work,all messages i producted are shared by customers.this is my code: package com.test; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.DeliveryMode; import javax.jms.Destination; im

Re: C# Client Access over HTTP

2009-07-27 Thread Eric Bouer
As far as I know it's not supported yet. I don't think that any work is being done in this direction. It would be great if we had this feature. Until then, You can try compiling a DLL of the Java client with IKVM. If you do so, please share your experience here . Thanks. BillWitt wrote: > >

Re: Messages Stuck in the queue(with the broker)

2009-07-27 Thread Norbert Pfistner
We also experience stuck messages in activemq 5.1, slow consumers an jdbc persistance. Searching for the reason and/or solution to this problem i stumbled last week on this blog entry: http://kovyrin.net/2009/01/23/activemq-tips-flow-control-and-stalled-producers-problem/ So we set up our te

ActiveMQ Listening to Other brokers

2009-07-27 Thread SheetalK
I am trying to figure out how can i stop other brokers to listen to my ActiveMQ instance. I did comment out the below property -- View this message in context: http://www.nabble.com/ActiveMQ-Listening-to-Other-brokers-tp24678947p24678947.html Sen