Re: about activemq-spring-5.4.2.jar

2011-01-21 Thread Gary Tully
That is a work in progress to extract the spring specifics from the core such that the core can be used with blueprint or spring or any other dependency injection framework. Some of the use cases involve getting access to the spring application context from the broker etc, but they are not

java.io.InterruptedIOException while posting message

2011-01-21 Thread shafina
Hi, While posting a message using activemq thread gets interrupted and following exception is thrown javax.jms.JMSException: java.io.InterruptedIOException at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62) at

ActiveMQ Monitoring Tools

2011-01-21 Thread rliguori
Are there any ActiveMQ Monitoring tools missing from the lists at the following link? http://activemq.apache.org/how-can-i-monitor-activemq.html Let me know (by posting responses to this thread), and I'll update the webpage. I'm sure there are many missing. -- View this message in context:

Re: ActiveMQ Monitoring Tools

2011-01-21 Thread Alex Dean
I use a nagios script to periodically publish a stomp message to a queue, and then consume that message. It doesn't provide anything more than is ActiveMQ up/down (no additional statistical information), but it's been useful for us. If there's interest, I can ask mgmt about open-sourcing it.

Re: Source of XPath selectors

2011-01-21 Thread rliguori
Thanks for the info! I created this JIRA issue for an enhancement request of XPath 2.0 support: Add XPath 2.0 support to ActiveMQ https://issues.apache.org/jira/browse/AMQ-3151 Thanks, Robert -- View this message in context:

Embedded broker in Resource Adapter without XML

2011-01-21 Thread Kyle Neumeier
Hi, I'm deploying the activemq resource adapter to glassfish 2.1.1. On my first attempt, I ran into a classloading issue, because in glassfish, the resource adapter's classloader is a parent to EAR's classloaders, and the EAR's classloaders search the parent's first. My issue was that my legacy

Consume specific message from queue

2011-01-21 Thread konura
Hello everybody! Is there any way to consume a specific message from the queue? I have a code (in Java) which creates a QueueBrowser and I can see what's in queue. I would like to test the content of the message and delete it if necessary. I also came across MessageServlet, but I could not

Re: Consume specific message from queue

2011-01-21 Thread joe_fernandez
What about a message selector? http://activemq.apache.org/selectors.html - Joe http://www.ttmsolutions.com/ -- View this message in context: http://activemq.2283324.n4.nabble.com/Consume-specific-message-from-queue-tp3230481p3230491.html Sent from the ActiveMQ - User mailing list

Re: Consume specific message from queue

2011-01-21 Thread konura
joe_fernandez wrote: What about a message selector? http://activemq.apache.org/selectors.html Thank you, but do you have a Java code example or example of URL for MessageServlet ? -- View this message in context:

Visualisation Wish List

2011-01-21 Thread rliguori
I just took a look at this page (http://activemq.apache.org/visualisation-wish-list.html) with the following content: There are a zillion different things we could do to visualise the system. Lets use this page to braindump ideas for what kinds of visualisations we could do * show visually

Xbean URI syntax vs property URI syntax

2011-01-21 Thread kneumei
Is the property file that you can supply by means of the property URI syntax to configure a broker as expressive as the xbean file? That is, given any xml broker configuration file, is there an equivalent property file? Most examples are given in xml format, but I want to avoid the dependencies

Re: Question about ajax.html examples on website

2011-01-21 Thread habumaster
Going the servlet route.. Your app is running on a main server, not a virtual one I am guessing. Mine is virtual and with the apache config you spec'd, I understand it was a starting point. I have ActiveMQ 5.4.2 running on the same server. Jetty.xml is in the activemq.xml file, so Ajax servlet

Re: Question about ajax.html examples on website

2011-01-21 Thread Alex Dean
On Jan 21, 2011, at 11:13 PM, habumaster wrote: Going the servlet route.. Your app is running on a main server, not a virtual one I am guessing. I've run this kind of setup successfully on a single machine (OSX), on multiple physical servers (Centos5), and on multiple OpenVZ guests