ActiveMQ Slowdown

2007-07-06 Thread Anthrope
Hello, Our application is essentially a pipeline of processing engines that communicate via JMS queues, and so far, ActiveMQ has been the JMS implementation of our choice. In our application, engines produce data and dumping it onto a queue, and a number of engines read that data, process it

Temporary destinations with given destination name

2007-07-06 Thread happyAMQ
Hi, Is it possible to create temporary destinations with a given name, instead of having ActiveMQ creating a name? For example, createTemporaryQueue("My.Chosen.Name"); Thanks, Jason. -- View this message in context: http://www.nabble.com/Temporary-destinations-with-given-destination-name-tf4

Re: Problems with Jboss and EJB 3.0 using ActiveMQ

2007-07-06 Thread David Budworth
We attempted this as well, but it seemed the JCA adapter for AMQ was implemented to throw on all the new JCA 1.5 calls. So the MDB deployer would immediately fail when it tried to setup the listeners. Looking at the jca source from AMQ (was a pre 5.0 snapshot from a month or two ago) the methods

Re: AMQ Servlet, brokerURL and failover

2007-07-06 Thread Sandeep Chayapathi
Thanks, that worked. - Sandeep Adrian Co wrote: > > Use the failover protocol. > > http://activemq.apache.org/failover-transport-reference.html > -- View this message in context: http://www.nabble.com/AMQ-Servlet%2C-brokerURL-and-failover-tf4030584s2354.html#a11464733 Sent from the Active

Re: ActiveMQ 5.0 Web console deployment

2007-07-06 Thread Mike.Gingell
Thanks. This worked and the war files are in their relative targets. I'm relatively new to maven - is there a specific way to get maven to put them in the assembly target archives? - Mike Mario Siegenthaler-2 wrote: > > That's actually a good question. The path I submitted that contains > the

Re: ActiveMQ not receiveing msgs over 10KB?

2007-07-06 Thread Eric Lee
we get message larger than 20KB! ashforduniversity wrote: > > Hello, > We have ActiveMQ running and we are using Stomp.php to push messages on to > it. We have alwways had success until we had the need to send data larger > than 10KB which does not get accepted by ActiveMQ at all? We ahve prove

Re: How to download Activemq document

2007-07-06 Thread Eric Lee
http://activemq.apache.org/articles.html Jiang wrote: > > James , whether you can make a tar or zip file of activemq document for us > download. (Just as java document or use pdf format) . Sometimes network is > not reliable , it is not convenience at such time. > -- View this message in cont

Problems with Jboss and EJB 3.0 using ActiveMQ

2007-07-06 Thread Chuco
Hi, We are trying to connect a .NET client and EJB 3.0 runing on JBOSS using AMQ. We setup the queues on JBOSS and works fine, but we can“t recieve messages in EJB, anybody knows if EJB 3.0 is currently supported by AMQ?, some configuration example for EJB 3.0 in some place. Thanks a lot. Chuco

Re: Unit testing, stup and tearDown

2007-07-06 Thread Elliotte Harold
On 7/6/07, James Strachan <[EMAIL PROTECTED]> wrote: FWIW lots of the test cases in ActiveMQ derive from EmbeddedBrokerTestSupport which explicitly creates/stops a broker which might help work around this glitch. e.g. in your test try creating, before the connection (and stopping after the con

Re: Unable to compile Active MQ cpp client on QNX

2007-07-06 Thread Albert Strasheim
Hello I suspect GCC 3.3 might be a bit on the old side for compiling ActiveMQ-CPP. You probably want to use GCC 3.4 or later. It might be possible to make a few modifications to the code to get it to compile with GCC 3.3, but judging from the error messages, this might turn out to be hard wo