Re:expireMessagesPeriod?

2013-07-01 Thread SuoNayi
1.Yes 2.Since version 5.6. At 2013-07-01 11:10:53,Paul Gale paul.n.g...@gmail.com wrote: Hi, On this page of the doc: http://activemq.apache.org/manage-durable-subscribers.html it states the following: Some applications send message with specified time to live. If those messages are kept on

Re:Missing OpenWire connections in the web console on ActiveMQ 5.8.0.

2013-07-01 Thread SuoNayi
It's a known bug, https://issues.apache.org/jira/browse/AMQ-4393 You can use the red hat release which is more production-ready, http://repo.fusesource.com/nexus/content/groups/public/org/apache/activemq/activemq-rar/5.8.0.redhat-60024/ At 2013-06-27 00:15:04,guerra jg.gue...@gmail.com wrote:

Re: Activemq on amazon ec2

2013-07-01 Thread Raji
Hi , I was able to successfully connect between 2 ec2 instances and send and recieve messages programatically. Now I have to connect from my local machine to ec2 broker and send and recieve messages. For this I have assigned Elastic Ip address in ec2 running instance and with which Network

Re: gcInactiveDestinations

2013-07-01 Thread James Green
Either give the messages an expiration time or write something to drain the destinations according to your own business logic. Then gcInactiveDestinations doesn't need to care about your specific use-case. On 28 June 2013 20:42, Paul Gale paul.n.g...@gmail.com wrote: gcInactiveDestinations is

Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-07-01 Thread Timothy Bish
On 06/26/2013 03:23 PM, kururuKT wrote: After I take a second look, it shown that the compiler is compiling things in the examples directory. I wonder if I can simply remove the entire example folder from the build? libactivemq.so doesn't need the examples to run right? make[2]: Leaving

Re: Difference between CMS 2.4 and 3.1?

2013-07-01 Thread Timothy Bish
On 06/26/2013 12:26 PM, JRR wrote: Hello, We are currently using the AMQ CPP Client 3.5.0 which release notes say uses the CMS 2.4 API. We are looking to move forward to the 3.7.0 client and the release notes say it uses the CMS 3.1 API. How can I determine the API differences between 2.4 and

Re: Exception thrown ActiveMQ-CPP with stomp to JBoss AS 7.1.1

2013-07-01 Thread Timothy Bish
On 06/20/2013 02:07 PM, texasj wrote: I want to write a C++ client that send messages using ActiveMQ-CPP to JBoss/hornetq which has a port configured to listen for stomp protocol. I have this set up, but when I run the simple_producer example, I get the following: Queue

Re: Activemq on amazon ec2

2013-07-01 Thread Christian Posta
Can you connect from any other service on your ec2 instance to your localhost? ie, this may be a networking question or EC2 (firewalls, etc) question rather than specific to activemq. On Mon, Jul 1, 2013 at 2:28 AM, Raji mini_...@yahoo.com wrote: Hi , I was able to successfully connect

Re: Purging of Idle Subscribers

2013-07-01 Thread Christian Posta
See these options: offlineDurableSubscriberTimeout offlineDurableSubscriberTaskSchedule http://activemq.apache.org/manage-durable-subscribers.html On Fri, Jun 28, 2013 at 12:06 PM, fenbers mark.fenb...@noaa.gov wrote: Greetings! I want ActiveMQ to automatically cleanup (unsubscribe) idle

Re: Regarding AMQ-4181 - JMS queue browser returns only page size number of messages

2013-07-01 Thread Christian Posta
Take a look here and try to reproduce it: https://fisheye6.atlassian.com/viewrep/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/QueueBrowsingTest.java?r=1411632 On Sun, Jun 30, 2013 at 1:14 AM, binita.bharati binita.bhar...@gmail.comwrote: Hi , I downloaded

Re: Is simpleauthentication required for vm broker url in activemq?

2013-07-01 Thread Dejan Bosanac
Hi, authentication plugin is used even if you're using vm transport. To connect you need to pass username and password to you connection. This is needed as your clients can be later authorized for access to different destinations. Regards -- Dejan Bosanac -- Red Hat, Inc.

Send timeouts per producer, not per Connection. Possible ?

2013-07-01 Thread mimodene
Hi I have an application with different Messageproducers which all send JMS messages to the same Broker. I am using failover protocol. I use different producers from different Sessions from different Connections. I need a timeout function so the sends don't hang. This i set in the URI timeout

Re: Send timeouts per producer, not per Connection. Possible ?

2013-07-01 Thread Christian Posta
ActiveMQMessageProducer#setSendTimeout() http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQMessageProducerSupport.html#setSendTimeout(int) On Mon, Jul 1, 2013 at 5:02 AM, mimodene mimod...@gmail.com wrote: Hi I have an application with different Messageproducers which all

5.8.0 Java build version?

2013-07-01 Thread Paul Gale
Hi, After reading the build instructions for ActiveMQ here: http://activemq.apache.org/building.html I'm wondering what was the _exact_ version of Java that was used to build the release version of 5.8.0? Thanks, Paul

Re: 5.8.0 Java build version?

2013-07-01 Thread Christian Posta
Paul, Looks like Build-Jdk: 1.6.0_37 On Mon, Jul 1, 2013 at 2:17 PM, Paul Gale paul.n.g...@gmail.com wrote: Hi, After reading the build instructions for ActiveMQ here: http://activemq.apache.org/building.html I'm wondering what was the _exact_ version of Java that was used to build the

Re: 5.8.0 Java build version?

2013-07-01 Thread Paul Gale
Thanks Christian. The reason I ask is that I am building ActiveMQ locally whilst incorporating the patch for AMQ-4393 at the same time. I noticed that all of the resultant jars (not just activemq-web) were slightly different in size than the distro jars. I wasn't sure how concerned I should be

Re: 5.8.0 Java build version?

2013-07-01 Thread Christian Posta
I would think you'd be okay. On Mon, Jul 1, 2013 at 2:43 PM, Paul Gale paul.n.g...@gmail.com wrote: Thanks Christian. The reason I ask is that I am building ActiveMQ locally whilst incorporating the patch for AMQ-4393 at the same time. I noticed that all of the resultant jars (not just

A Hawt.IO mailing list?

2013-07-01 Thread Paul Gale
Does anyone know of if there's a dedicated mailing list for communicating with the committers of Hawt.IO? The only means of communication I can see are the issue list on the Github page and some IRC channel, neither of which are particularly useful. It seems a lot has changed with the latest

Re: A Hawt.IO mailing list?

2013-07-01 Thread Christian Posta
May want to check on google groups. On Monday, July 1, 2013, Paul Gale wrote: Does anyone know of if there's a dedicated mailing list for communicating with the committers of Hawt.IO? The only means of communication I can see are the issue list on the Github page and some IRC channel,

Re: Re:commiting a large number of messages in a single transaction

2013-07-01 Thread webber
According to the AMQ-4311 in JIRA, this problem will be fixed in the version 5.9.0. Is my understanding corrent ? -- View this message in context: http://activemq.2283324.n4.nabble.com/commiting-a-large-number-of-messages-in-a-single-transaction-tp4668672p4668767.html Sent from the

Re: Is simpleauthentication required for vm broker url in activemq?

2013-07-01 Thread loganathan
Thanks for your response dejan.Below is the code for checking whether the configured vm broker url in context_activemq.xml(see first post) is working or not.even if i am giving wrong username and password its connecting its not showing any exception as invalid username Is the below code is correct