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

2013-07-02 Thread binita.bharati
Oh.. It is the same test case that is failing for my version of external broker (ActiveMQ 5.8.0 installed on MAC OSX 10.8.3). I am getting the factory instance by plainly doing a : ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("tcp://localhost:61616"); No BrokerService relat

Re: maxAllowableDiffFromDBTime bug?

2013-07-02 Thread Paul Gale
Apparently adding useJDBCCompliantTimezoneShift=true on the mysql connector URL fixes it. On Tue, Jul 2, 2013 at 5:07 PM, Paul Gale wrote: > Hi, > > When setting this value to 1000, say, on a lease database locker I've > noticed that the method determineTimeDifference always reports that > our My

maxAllowableDiffFromDBTime bug?

2013-07-02 Thread Paul Gale
Hi, When setting this value to 1000, say, on a lease database locker I've noticed that the method determineTimeDifference always reports that our MySQL database server is four hours ahead. They're not. Is this a bug or does the mysql jdbc driver need to be configured some particular way to make i

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

2013-07-02 Thread Christian Posta
so the test you linked to doesn't fail. looks like it's the same thing that's in the unit tests, and passes. maybe you pasted the wrong stuff? On Tue, Jul 2, 2013 at 1:15 PM, binita.bharati wrote: > Will try to be more clear.. > - All the 500+ messages first get put into the queue. > - From the

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

2013-07-02 Thread Christian Posta
Cool. unit test is the clearest communication :) Will take a look when i get a sec. On Tue, Jul 2, 2013 at 1:15 PM, binita.bharati wrote: > Will try to be more clear.. > - All the 500+ messages first get put into the queue. > - From then on, no more messages are being put into this queue. > - N

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

2013-07-02 Thread binita.bharati
Will try to be more clear.. - All the 500+ messages first get put into the queue. - From then on, no more messages are being put into this queue. - Now, a QueueBrowser tries to read all the messages from the queue. - The QueueBrowser only gets 239 messages. - I have an external broker running. I

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

2013-07-02 Thread Christian Posta
note that browsing will only return a snapshot... it won't stream back messages as more messages are sent to the queue. eg... if you create the queue browser when there are 239 messages in the queue at that point, it will return those... even if your client is adding more after that point. On Tu

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

2013-07-02 Thread binita.bharati
The testcase has this significant difference in approach from what I am doing: - TestCase uses the same javax.jms.Session instance to both produce and then browse the queue. What I am doing : - A queue is already present in the broker, and am sending messages to this queue (works fine, and shows

Re: Purging of Idle Subscribers

2013-07-02 Thread fenbers
Exactly what I was looking for!  Thanks!  (I wonder how I didn't see this info well before now...) Mark On 7/1/2013 10:35 AM, ceposta [via ActiveMQ] wrote: See these options: offlineDurableSubscriberTimeout

Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-07-02 Thread kururuKT
Thanks all, cross-compile completed without those examples After calling make install, the compiler will install the new library then crash during the example section. Compile my program with the new libraries, things works out fine, with no apr-util dependency. Happy. Next I'll work on openssl

Re: A Hawt.IO mailing list?

2013-07-02 Thread Paul Gale
>though raising a github issue is the quickest way to communicate with folks on >hawtio Sure. I completely agree that using the Github issue list is the right place for raising an actual issue but seems somewhat awkward for asking questions. So, even though I'm using the offline version of 1.2-M1

How to suppress error from ActiveMQEndpointWorker? (jdbc-master-slave set up)

2013-07-02 Thread deepak_a
All,I am have a jdbc-master-slave set up as shown in the below link.http://activemq.apache.org/jdbc-master-slave.htmlEverything works fine as expected, the node that starts first grabs an exclusive lock on the database and it becomes the master.At this point the slave node attempts to connect every

Re: Activemq 5.9 leveldb replication problem

2013-07-02 Thread Christian Posta
Stefano, I just tried to reproduce the issue you describe, and cannot. Persistent messages get replicated correctly. On Tue, Jul 2, 2013 at 3:42 AM, santonel wrote: > I'm trying to setup a replicated LevelDB Store (following the instruction > on > http://activemq.apache.org/replicated-leveld

Re: Activemq 5.9 leveldb replication problem

2013-07-02 Thread Hiram Chirino
Hi Stefano, the replica number should be set to the total number nodes you will be running. Ideally you should use an odd number nodes. For example 3, 5, or 7. If you use 3 nodes to can take 1 nodes down without an outage. If your running 5 nodes nodes, then you can take down 2 nodes without ou

Activemq 5.9 leveldb replication problem

2013-07-02 Thread santonel
I'm trying to setup a replicated LevelDB Store (following the instruction on http://activemq.apache.org/replicated-leveldb-store.html). The version i'm using of activemq is 5.9 snapshot (20130609.215120-72). I've setup 3 zookeeper servers and 4 activemq servers (3 replica nodes so that I can take

Glassfish 4 + ActiveMQ RAR 5.8.0 + ActiveMQ 5.8.0 + Eclipse 4.3 (Kepler)

2013-07-02 Thread guerra
Hi, It was just to notice to folks using ActiveMQ and Glassfish that I made some test using Glassfish 4 + ActiveMQ RAR 5.8.0 + ActiveMQ 5.8.0 + Eclipse 4.3 (Kepler) and everything worked as it is expected ... so far!. So, I am very happy to use ActiveMQ in our environment. The integration with JMS

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

2013-07-02 Thread guerra
Thank you for your feedback!. I am looking forward to see the next release. Regarding to the web console, I was looking at this thread and I was wondering whether this camel console would be integrated within the release 5.9. I looks pretty cool actually, and it is something I miss since the 5.5.0

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

2013-07-02 Thread Christian Posta
Looks like its targeted for 5.9 but still unresolved. Patches are always welcome :) On Monday, July 1, 2013, webber wrote: > 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: > htt

Re: Understanding message in activemq console

2013-07-02 Thread bedomon
I specify that they appears when my client start, whitout sending any message. -- View this message in context: http://activemq.2283324.n4.nabble.com/Understanding-message-in-activemq-console-tp4668778p4668779.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Understanding message in activemq console

2013-07-02 Thread bedomon
Hi, First of all, I apologize about my poor english level I have strange message in activemq console. I use the activemq-security.xml file Is the message at the end (in bold) are standard or not and why did they means thank you in advance -- View this message in context: http://activemq.

Re: A Hawt.IO mailing list?

2013-07-02 Thread James Strachan
Sorry you're having issues; though raising a github issue is the quickest way to communicate with folks on hawtio (or bring it up here too). Here's the current community links http://hawt.io/community/index.html though we've not yet setup at google group - as so far github issues have worked reall