Re: good ebooks for learning activeMQ

2012-01-06 Thread kromastorm
It's not the problem with MAVEN , but to do things on my own, without any additional process happening to create and compile the examples. I have used ANT for quite some time, so I now why it is there. But the focus is more on developing and running the code on my own, so that I know what all thing

Re: ajax activemq tomcat 7

2012-01-06 Thread liny
I tried tomcat 7 before, same exception like you. Now i am using tomcat 6. -- View this message in context: http://activemq.2283324.n4.nabble.com/ajax-activemq-tomcat-7-tp4266478p4268718.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Network of Brokers with durable topic subscribers - switching broker not that easy?

2012-01-06 Thread Kai Hackemesser
Hello, there, I have a little problem here with my JMS layout. I have two brokers (A, B) on two machines, which are linked via network connector (static). The idea is that the producer can send to any broker and the consumer can listen to any broker and the topic to send to/receive from is availa

Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Hello all, Is there any documentation available for trying to connect Apache NMS to Apache Apollo? I'm trying my hardest to do this myself, but NMS just won't connect to the broker, giving a "Unable to read data from the transport connection: An existing connection was forcibly closed by the re

Inclusion of in activemq.xml fails.

2012-01-06 Thread Bill Moo
Hello Users, I am tring to use this feature of ActiveMQ v5.5.1 but when I include these elements within the elements of the activemq.xml file activemq fails to start and outputs ... Line 50 in XML document from class path resource [activemq.xml] is invalid; nested exception is org.xml.sax.SAXPa

Re: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Timothy Bish
On Fri, 2012-01-06 at 16:04 +, Dave Thompson wrote: > Hello all, > > Is there any documentation available for trying to connect Apache NMS to > Apache Apollo? I'm trying my hardest to do this myself, but NMS just won't > connect to the broker, giving a "Unable to read data from the transport

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Tim, Thanks for your response! I'm currently using NMS 1.5.1 and Apollo 1.0-beta6 - does that sound like the correct versions? I assume they should chatter quite happily between themselves even though NMS only supports STOMP 1.0... I do wonder whether there's anything else I need to consider a

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Timothy Bish
On Fri, 2012-01-06 at 16:42 +, Dave Thompson wrote: > Tim, > > Thanks for your response! > > I'm currently using NMS 1.5.1 and Apollo 1.0-beta6 - does that sound like the > correct versions? I assume they should chatter quite happily between > themselves even though NMS only supports STOMP

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Tim, Thanks very much. I'll download that and try it out. Just for reference purposes - is there any documentation or sample code floating around for a STOMP connection, or is it just a case of trial and error? Thanks, Dave -Original Message- From: Timothy Bish [mailto:tabish...@gmail

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Tim, I'm still having the same issue with the latest version of the libraries. After pulling up the code, it looks like the socket connection is being severed the minute StompWireFormat.Unmarshal is called. I would guess this is the server disconnecting me for some reason - but I see nothing i

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Tim, I've now managed to get it working. The scary thing is I have absolutely no idea why it's just started functioning. The only thing I changed was to ramp up the log level, delete the data directory and restart it. Do you, or anyone else on this channel have any idea why I'd get the intermi