Re: Broker restarts can cause loss of broker redelivered messages

2013-05-21 Thread Christian Posta
Nope, no mechanism at the moment that can change this behavior. Can you raise a jira with this enhancement? On Tue, May 21, 2013 at 4:52 PM, DrewB <1a2w...@gmail.com> wrote: > I'm attempting to use broker redelivery to redeliver messages that could > not > be processed initially by the consume

Broker restarts can cause loss of broker redelivered messages

2013-05-21 Thread DrewB
I'm attempting to use broker redelivery to redeliver messages that could not be processed initially by the consumer. The behavior is expected under most circumstances, but I've observed some behavior in cases where a broker is restarted while scheduled retries are pending that won't work for me.

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Christian Posta
Interesting, I haven't come across trying to do websockets from Java. I'm guessing your messaging infrastructure won't open up a regular tcp-based STOMP connector? I don't think you'll find a Stomp over websockets implementation for Java out of the box... but I don't think it would be too bad to c

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Hereen Oh
Hi Christian, Thanks for responding. Unfortunately the server side messaging infrastructure to which we are trying to connect only exposes Web Sockets that utilize the Stomp protocol. How can my Java client use the JMS API to communicate with that server side infrastructure? Thanks, -h On Tue

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Christian Posta
1) you don't want to use ws:// for the client side within java.. that transport's not implemented because it's intended for use in a WebSocket enabled environment, ie, a browser. Just use the tcp://localhost:X where X is the transportConnector configured to handle STOMP connections. 2) Use the Sto

Java, Stomp, & Web Sockets

2013-05-21 Thread Hereen Oh
Hi, We are interested in using ActiveMQ's (v5.8.0) Web Socket transport with Java. We have been successful in bringing up a broker and running the included javascript web socket demo. However, we're running into some difficulty/confusion with how to proceed with Java. 1) Web socket connection We

Re: Memory Limit (67108864)

2013-05-21 Thread Christian Posta
Doesn't make any sense. You have producer flow control off, but you're asking about why you're running into producer flow control. There are other things wacky about this config. Are you sure this is the activemq config you're broker is really using? On Tue, May 21, 2013 at 8:37 AM, Islam Moh

Memory Limit (67108864)

2013-05-21 Thread Islam Mohamed
I have a problem when it comes to the ActiveMQ. I need to know where exactly I can re-configure the Active MQ to avoid the following error. Note that I am using the ActiveMQ ver 5.5 on Ubuntu 11.10 Usage Manager Memory Limit (67108864) reached on queue://110. Producers will be throttled to th

Re: Stuck Messages

2013-05-21 Thread Mohit Anchlia
We wrote our own java client to monitor queues. I think there is a script provided out of the box that you might be able to use. On Tue, May 21, 2013 at 7:36 AM, Donald Masanz wrote: > I'm wondering if there is a way to automatically check to see if there are > any entries in the Visibility Inbou

Re:Active-CPP firewall

2013-05-21 Thread SuoNayi
Just take a look at the transports that AMQ supports and you will find the answer by yourself, http://activemq.apache.org/configuring-transports.html 在 2013-05-21 11:01:34,luodaidong 写道: >I want to use Active-CPP transfer files between users under firewall,But >Active-CPP don't support http t

Re:RE: Stuck Messages

2013-05-21 Thread SuoNayi
What do you mean AMQ stops running?Does it exit the JVM or stop working as expected? PFC and memory usage limit need fine tune if you want the broker to work stably for weeks. If you want to see how many pending messages in your destinations or something else,take a look at http://activemq.apa

RE: Stuck Messages

2013-05-21 Thread Donald Masanz
I'm wondering if there is a way to automatically check to see if there are any entries in the Visibility Inbound queue. We still have sporadic situations where Apache stops running. We have found documentation on where this could be caused by the producerFlowControl, however we have not made

Active-CPP firewall

2013-05-21 Thread luodaidong
I want to use Active-CPP transfer files between users under firewall,But Active-CPP don't support http transport,anybody can tell me how can I do this, If there are anther c or c++ client can do this? -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-CPP-firewall-tp4