RE: activemq-cpp unit tests not building

2022-02-23 Thread james wing
r at The Fish Market at the bottom of King Street. 😊 --Jim (former Old Town Alexandria resident) -Original Message- From: Timothy Bish Sent: Wednesday, February 23, 2022 3:05 PM To: users@activemq.apache.org Subject: Re: activemq-cpp unit tests not building On 2/23/22 15:02, jam

RE: activemq-cpp unit tests not building

2022-02-23 Thread james wing
: activemq-cpp unit tests not building On 2/23/22 14:16, james wing wrote: > I'm attempting to build & install activemq-cpp client on a Debian system, > with unit and integration tests. > After git-ing the latest source and following instructions in the README.txt >

activemq-cpp unit tests not building

2022-02-23 Thread james wing
I'm attempting to build & install activemq-cpp client on a Debian system, with unit and integration tests. After git-ing the latest source and following instructions in the README.txt (and/or here: https://activemq.apache.org/components/cms/developers/building ) , I run the "make check" command t

How to recover active connection if it is down when using spring?

2008-08-11 Thread Wing
I am using spring for activemq connection, I would like to reconnect/recover the broker connection if the broker is down. I know we can use failover: in the url, but it will cause the tomcat to be held until it can connect to the broker. If I set the retry limit in the url, it will not auto reconn

How can I check the memory usage of activemq broker without jconsole?

2008-06-02 Thread Wing
I would like to check the memory usage of activemq broker in the Linux environment. I know there is a UsageMemory.class, but I don't know how to call it and check the memory usage. -- View this message in context: http://www.nabble.com/How-can-I-check-the-memory-usage-of-activemq-broker-without

Out of memory when indexing a large object

2008-05-25 Thread Wing
I have a store, which having 1000k products, I would like to index this relationship into the index, but I found that it faces out of memory, because 1000k product records in the same object is too large. But I want to store the store-product relationship and want to pass the string into the comp