Re: HTML/JS works in Demo but not under JBOSS 7.1 / Eclipse

2012-04-26 Thread woodstockrich
Roadblock averted but still not successful. Add this to web.xmlservlet clause for AjaxServlet true So now I only have the InstanceNotFoundException and JMX connector Naming context is read-only the /amq?timeout= call is made but never gets a response. -- View this message in context: htt

Re: HTML/JS works in Demo but not under JBOSS 7.1 / Eclipse

2012-04-26 Thread woodstockrich
I think I may be able to turn off the Management of the broker and prevent the errors regarding the JMX Management/ MBean etc. I did see documentation about useJmx, and However I believe I will still have this error, which is ultimately what is being returned in http as seen by Fiddler: the S

Problems with including javax.transaction.xa and possibly other JDK packages in activemq-all-5.5.1.jar

2012-04-26 Thread RJ7bb
The following classes and interfaces are included in activemq-all-5.5.1.jar despite them being available in the 1.6 JRE (which is now required as a minimum anyway): javax.transaction.xa.XAException javax.transaction.xa.XAResource javax.transaction.xa.Xid Aside from them being redundant, this has

Re: HTML/JS works in Demo but not under JBOSS 7.1 / Eclipse

2012-04-26 Thread woodstockrich
Here's my status: I think part of my problem was that in addition to putting activemqra-5.5.1.rar to have the message broker into the standalone/deployments area, I was also putting in the activemq-web.5.5.1 jar by itself. It was also deployed as part of deploying my application subsequent to JBO

Re: Apollo and perl client - unable to dequeue all messages from queue

2012-04-26 Thread Hiram Chirino
Hi Ivan, This should now be fixed in the following snapshot build: https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-apollo/99-trunk-SNAPSHOT/apache-apollo-99-trunk-20120426.164540-25-unix-distro.tar.gz On Thu, Apr 26, 2012 at 8:02 AM, Hiram Chirino wrote:

ActiveMQ-CPP. Any way to obtain clientId in a producerInfo advisory message?

2012-04-26 Thread Oscar Pernas
hi all, I have this case: case activemq::commands::ProducerInfo::ID_PRODUCERINFO:{ Pointer info = amqMessage->getDataStructure().dynamicCast(); Pointer& aux=info->getProducerId(); } but I cant find the way to obtain the real client Id, I've only can get the real identification [hostname-:xxx

How does ActiveMQ compute statistics exposed though JMX

2012-04-26 Thread Prisca POLYTE
Hello, I am a little confused about some properties (AverageEnqueueTime, MaxEnqueueTimethat, MinEnqueueTime) that are exposed via JMX. Are these properties are computed ? this is a brief extract of values : [ ] date AverageEnqueueTime MaxEnqueueTime MinEnqueueTime 02/04/2012 12:35 0,300976 4246

queue size differs from messages returned by browseMessages using JMX

2012-04-26 Thread Andreas Maza
Hello, I am experiencing the following issue when trying to administer my AMQ broker remotely using JMX: The queueSize() operation delivers the correct (expect) message count of the queue. However, when calling browseMessages() only a subset of the messages is returned. This problem is not alwa

Re: Apollo and perl client - unable to dequeue all messages from queue

2012-04-26 Thread Lionel Cons
writes: > Because this is my first atempt to work with STOMP I'm not sure if the > problem is not on my side but currently I have no idea what is wrong. I could reproduce the problem using a recent Apollo snapshot. This looks like an Apollo bug to me. > The test script is here: > http://gist.git

Re: Apollo and perl client - unable to dequeue all messages from queue

2012-04-26 Thread Hiram Chirino
Hi Ivan, Thanks for the bug report! I've been able to reproduce using your test case, It looks like messages are being 'released' when the consumer disconnects and then don't subsequently get delivered. I'll look into fixing this asap. On Mon, Apr 23, 2012 at 8:13 AM, wrote: > > Hi all, > > I