Re: configure ActiveMQ JNDI

2007-03-16 Thread James Strachan
On 3/16/07, Thomas Baker <[EMAIL PROTECTED]> wrote: I am trying to run a standalone ActiveMQ broker and would like to figure out how to configure a couple connection factories and topics in JNDI when the broker starts up? Is this possible? See http://activemq.apache.org/jndi-support.html --

configure ActiveMQ JNDI

2007-03-16 Thread Thomas Baker
I am trying to run a standalone ActiveMQ broker and would like to figure out how to configure a couple connection factories and topics in JNDI when the broker starts up? Is this possible? Tom Baker

Re: commons-collections versions

2007-03-16 Thread Steven Marcus
Hello all! Just a heads up: The 4.1.1RC1 build contains commons-collections 2.1 in the lib directory. S

Message failed to rollback - not being redelivered - stuck in Q

2007-03-16 Thread ss2
I am using activeMQ4.1/jencks1.3 and spring 2.0 - I periodically see STATUS_NO_TRANSACTION failures in my log - I am not sure what is causing that - is there a way to figure out what runtime exception led to that? And as a result of this, I see that the message stays in the JMS Queue and isnt rede

Dynamic ips in network

2007-03-16 Thread andresoviedo
Can i have a multiple embedded brokers on different machines (all with dynamic ip that can't be accesed from outside) all networked to a central broker through a network connection (the central broker has a known and accesible IP) in a hub topology sharing queues and/or topics for all endpoints? (

Re: new documenation for configuring ActiveMQ CPP

2007-03-16 Thread Nathan Mittler
There are already some people trying out our latest trunk - you're more than welcome (and encouraged) to try it out as well. We've got a handful of issues that have popped up that we're working on now. I would say that it will be a couple of weeks before we're ready for a release. Regards, Nate

Re: [Spam: 5.0] Connection pooling

2007-03-16 Thread Christopher G. Stach II
garima015 wrote: > Can u tell me please how can i pool consumers , producers and session too.. > can u tell me the url where i can find some sample code for this. > > > bsnyder wrote: >> On 3/15/07, garima015 <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> Can anyone give me some idea on how i can imp

Re: new documenation for configuring ActiveMQ CPP

2007-03-16 Thread Wilfred Springer
> > > The page is for v2.0 which isn't released just yet, but will be very > > > shortly I would really (really!) be interested when that's going to be. (It basically would make me reconsider using ActiveMQ instead of going for a commercial alternative. Could anybody give some clues on when v2.0

Re: [Spam: 5.0] Connection pooling

2007-03-16 Thread garima015
Can u tell me please how can i pool consumers , producers and session too.. can u tell me the url where i can find some sample code for this. bsnyder wrote: > > On 3/15/07, garima015 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Can anyone give me some idea on how i can implement the activemq >> c

Persistence

2007-03-16 Thread tabshift
I am using in activemq.xml: Nevertheless, when I ant producer it says: producer: [echo] Running producer against server at $url = tcp://localhost:41414 for subject $subject = TEST.FOO [java] Connecting to URL: tcp://localhost:41414 [java] Publish

Re: Spring 2.0 schema support

2007-03-16 Thread Adam Lewandowski
James Strachan wrote: > The XML looks fine; it looks like the XSD is not using optional > attributes. Which version are you using? apache-activemq-4.1-20070315.010452-12.zip , from the snapshot repository.