RE: Message consumed count at broker end per unit time

2011-08-02 Thread Yuvaraj Vanarase
Well, if you ready to process command output, you can use activemq-admin utility. By using 'query' option one can find various statistics about broker/queue. Here is an example output, using enqueue/dequeue counts one can find the rate may be per second or minute, whatever: D:\INSTALLED\

Re: ActiveMQ and HttpServlet

2011-08-02 Thread dead_devil_66
problem solved in camel forum: http://camel.465427.n5.nabble.com/Can-t-use-jersey-library-classes-within-processor-td4657633.html#a4661109 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3714393.html Sent from the ActiveMQ - User mailing

Re: ActiveMQ and HttpServlet

2011-08-02 Thread dead_devil_66
ok so no problem with that because i imported that jar. The main problem remainsany idea -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3714259.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Delete queues created for virtual topic consumers

2011-08-02 Thread pol_ice
Hi there, In my functional tests I have to create a unique consumer name for each test to be able to imitate a subscription to the virtual topic and receiving the messages from the queue. Since the same consumer name will not be used any other time and due to a long list of tests I would love to b

RE: How can I build Activemq-5.3.x ?

2011-08-02 Thread Allen Reese
What is the output with 2.2.1? What os are you building under? I can build under cygwin, and rhel 4u8 both with jdk-1.6.0_26. $ mvn -v Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_23 Java home: C:\Program Files\Java\jdk1.6.0_23\jre Default locale: en_US, platform enc

Re: How can I build Activemq-5.3.x ?

2011-08-02 Thread mlus
Thank you for replyl. > What version of maven do you have installed? I use 2.0.11 for this build. I tried to build with 2.2.1 version , but build was failed too. Thank you.

RE: How can I build Activemq-5.3.x ?

2011-08-02 Thread Allen Reese
What version of maven do you have installed? I have 2.2.1, that error is complaining that you have a version < 2.1.0 and the maven site plugin requires at least 2.1.0 Allen Reese Core Platforms Yahoo!, Inc. > -Original Message- > From: mlus [mailto:m...@39596.com] > Sent: Tuesday, Augu

Re: EXT :Re: Message Priority In 5.5.0-fuse-00-43

2011-08-02 Thread Gary Tully
If you can build a simple junit test case that is fixed with your changes please submit it as a patch via a new jira issue (a file attachment in jira allows you to do a license grant). All contributions are most welcome. The test case is key as it will ensure your use case is captured and protected

Re: ActiveMQ JDBC Storage Slow down

2011-08-02 Thread Gary Tully
There is something not right then b/c when the temp store is created at runtime it is typically the result of flushing non persistent pending messages to disk for a slow consumer. But from your description, all consumers should be queue consumers and all messages persistent. Are there any slow advi

Re: How can I build Activemq-5.3.x ?

2011-08-02 Thread mlus
Thank you for creating patch !! > I cleaned my repo and played with this a bit, I've attached a patch that will > fix the 2 plugins that are causing you problems. > > URL: http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > > patch -p0 5.3.2.site.patch pom.xml > > Should fix thi

RE: EXT :Re: Message Priority In 5.5.0-fuse-00-43

2011-08-02 Thread urciolo
I am not very familiar with the ActiveMQ source. I made a simple modification to the Queue.java source to sort just prior to dispatch to get the desired behavior as an experiment. There are more efficient ways to handle the prioritization, but this method isolates the changes to one location (

InFlight Count is Growing - although messages are actually delivered

2011-08-02 Thread suedonne123
I have Message Driven Bean subscribed (under Glassfish App server). I have stomp generated messages coming in... everything working fine...until Using Admin console, I delete the topic... the stomp publisher sends more messages so now I see the topic again... I can see in my server logs, that

Re: Testing around BlobMessage

2011-08-02 Thread johncarl81
Pawan Chhabra writes: > > > I had faced the similar problem. you need to set policy like > connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";); > > Just a follow up since I found this post from last year. We've successfully used SSH / SCP to transfer

Re: ActiveMQ JDBC Storage Slow down

2011-08-02 Thread James Black
Hi Gary, thanks for the info: AMQ journalling is disabled due to master/slave requirement. 8 queues, 1 topic with a virtual topic set up so we can have multiple consumers consuming from the topic at once. There are multiple consumers on every queue. All messages on all queues are persistent an

Re: Message consumed count at broker end per unit time

2011-08-02 Thread Gary Tully
The messageconsumed/messagedelivered are used for advisory support and their use is conditional on the destination policy attributes, advisoryForConsumed and advisoryForDelivery, by default they are false. On 1 August 2011 17:06, kaustubh khasnis wrote: > Hi, > Thanks for the reply, I instead cho

Re: Load testing 5.5 - broker pauses between sends

2011-08-02 Thread Joe Smith
Hi, Just another note on our test run w/5.4.2 version which was done earlier.  The broker does not exhibit the "pausing" behavior.  In fact, it actually achieve speed of 40k msg/sec on some occasions. However, on a close examination of log and system stats.  We notice the following: We were u

Re: ActiveMQ JDBC Storage Slow down

2011-08-02 Thread Gary Tully
The file pending message cursor is a little slow in 5.5, we are working on improving that. That may be the problem here, but please provide some detail of your usage, topic/queue persistent/nonpersistent message mix and your activemq.xml to clarify. If you swap your use of the filebased cursor for

ActiveMQ JDBC Storage Slow down

2011-08-02 Thread James Black
Hi, we are testing Master/slave using a JDBC connection to Sql Server 2008R2. Everything is fine, though performance is not amazing but better than shared nothing, for the first roughly 20 hours. At a point about 20 hours in, the size of the queues just keeps growing and growing. It is at this