Re: Even after upgrade to ActiveMQ 5.4.0, still seeing negative #'s in the Pending Msgs column

2010-09-02 Thread Gary Tully
Some series of steps that can reproduce or in the ideal case a junit test we can drop into the source. On Wednesday, September 1, 2010, Colleen Velo cmv...@gmail.com wrote: Gary re: JConsole - don't know yet. I will try to hook JConsole up and look through that as well - currently using the

Re: Unix shell script to stop activemq

2010-09-02 Thread Dejan Bosanac
Hi, 1. Reducing the time from 30s to nil may sound like the right thing to do but may actually create a new problem - administrators may now see some kind of problem but delay fixing the underlying problem because the server was killed pretty quickly anyway. Indeed some less observant admins

Re: SpringXML intercption of consumer connects and consumer msg retrievals possible?

2010-09-02 Thread Gary Tully
ActiveMQ does not have any high level support for AOP, it really would just duplicate what is elsewhere, but there is no reason why a message listener bean cannot be annotated with @Aspect and integrate with spring AOP or why any of the activemq code could not be intercepted with AspectJ. On the

Alias for Destination/Queue

2010-09-02 Thread Navin Naidu
Does activemq support alias for destination/queue ? If a message is send to any alias of a destination, it will be sent to the same queue. -- Thanks Regards, - Navin

Re: Alias for Destination/Queue

2010-09-02 Thread Gary Tully
yes it does. you can setup a host of virtual destinations that forward to the same queue, the default with a forwardTo is not to send to the target destination. destinationInterceptors virtualDestinationInterceptor virtualDestinations compositeQueue

Re: Embedded broker on JBoss with tcp transport possible?

2010-09-02 Thread zeeman
Hi! Have a peek at the ra.xml in the RAR, META-INF/ra.xml Note the commented out BrokerXmlConfig value, this can be used to specify the broker confguration for an embedded broker Thanks for the response. You're absolutly right. I was hit by this JBoss issue: JBAS-3343 JBoss 4.x ignores

Re: Stomp send and sendTextMessage Issue with Headers

2010-09-02 Thread qin ding
After learned basic actionscript, I know now how to instantiate an instance of a class and set the value to it. However, I still CAN NOT call stomp send or sendTextMessage function with header param passed in.  As I said, without the headers, the message is sent to the queue or topic. If the

Can ActiveMQ be recived over port 80 ?

2010-09-02 Thread ChicagoBob123
So with the right IP and restrictions you can gain access to the queue's over the internet. The only reason I ask about port 80 is it usually has no firewall restrictions for outside companies. -- View this message in context:

Re: Can ActiveMQ be recived over port 80 ?

2010-09-02 Thread Dejan Bosanac
Hi Bob, you can freely use port 80, or even if you want to use http protocol (because of proxying),you can use http/https transports http://activemq.apache.org/http-and-https-transports-reference.html Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration -

ActiveMQ C++ build errors

2010-09-02 Thread Neil Pritchard
Hi All, I'm trying to build activeMQ-CPP as part of pyactivemq on ubuntu 10.4, using the instructions kindly provided by http://code.google.com/p/pyactivemq/wiki/Building and http://www.nighttale.net/activemq/pyactivemq-on-ubuntu.html I get as far as ./autogen.sh ./configure

Re: ActiveMQ C++ build errors

2010-09-02 Thread Timothy Bish
On Thu, 2010-09-02 at 16:58 +0100, Neil Pritchard wrote: Hi All, I'm trying to build activeMQ-CPP as part of pyactivemq on ubuntu 10.4, using the instructions kindly provided by http://code.google.com/p/pyactivemq/wiki/Building and

Add a progress indicator to the file cursor recovery phase

2010-09-02 Thread Fredrik Jonson
Hello, I saw AMQ-2891 passing by in the mail flood, and it reminded me of a feature I'd like to see in activemq. I started to comment in the issue, but decided to post to the dev list instead. https://issues.apache.org/activemq/browse/AMQ-2891 This is not a comment on the actual issue, but a