Re: Jconsole accumulates a list of topics when i only create queues

2008-03-11 Thread Michal Singer
You are right. I am seeing the advisory topics. I don't understand why I it accumulates many: ActiveMQ.Advisory.Producer.Queue. what does it mean? I am doing the following to send messages from the producer: ActiveMQConnectionFactory queueConnectionFactory = new

Re: Send response to temporary queue gets stuck after 3900 sends

2008-03-11 Thread Michal Singer
Producer uses: auto ack - queueSessionSend = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE); Michal Singer wrote: hi. I am using activemq 5.0.0 broker embedded in spring. I use temporary queues. After calling jmsTemplate.convertAndSend exactly 3990 times, the

Re: Jconsole accumulates a list of topics when i only create queues

2008-03-11 Thread James Strachan
On 11/03/2008, Michal Singer [EMAIL PROTECTED] wrote: You are right. I am seeing the advisory topics. I don't understand why I it accumulates many: ActiveMQ.Advisory.Producer.Queue. what does it mean? They are all described on the advisory message page...

Recieving xml data from activemq

2008-03-11 Thread narts
Hi, i'm able to send the text message to activemq and able to recieve text message from activemq, but when i'm sending xml data to activemq, i'm unable to recieve the data in xml format. i'm Using the following code to recieve the message from activemq using ajax var feedHandler = {

Re: Problems with simpleAuthenticationPlugin

2008-03-11 Thread ttmdev
Okay, suppose that you have a network of brokers (NoB) with the following configuration: - The NoB comprises two brokers (BrokerA and BrokerB) - You have enabled authentication for BrokerA via the simpleAuthenticationPlugin element. - Authentication for BrokerB has not been enabled. - BrokerA

Configuration Confusion

2008-03-11 Thread Adam Sherman
I have been confused on this list before, but here I am again. :-) I need to configure my brokers to fault-tolerant in a two-node cluster. I'm configuring this directly inside Spring. I believe I need to use some form of auto-discovery, journaled persistence and clustering, but after

Re: connection initialization order

2008-03-11 Thread ttmdev
It is not necessary to start your connection before setting it up (i.e., create sessions, listeners, etc.). As a matter fact, the JMS specification recommends that you start your connection after you've completed your setup. Here's the statement from the specification. It is typical to leave

Re: Configuration Confusion

2008-03-11 Thread Adam Sherman
On 11-Mar-08, at 10:01 AM, James Strachan wrote: I have been confused on this list before, but here I am again. :-) I need to configure my brokers to fault-tolerant in a two-node cluster. I'm configuring this directly inside Spring. I believe I need to use some form of auto-discovery,

Re: Looking for Sample Code JMS 1.02b

2008-03-11 Thread James Strachan
On 11/03/2008, pjagwani [EMAIL PROTECTED] wrote: Hi. Current configuration is Weblogic 8.1, JDK 1.4.2, ActiveMQ 5. Looking for code to connect to Active MQ using JMS 1.02b. ActiveMQ supports JMS 1.1 so you'll need to add the jms 1.1 jars to the system/boot classpath. ActiveMQ 5.x is

Re: Configuration Confusion

2008-03-11 Thread Adam Sherman
On 11-Mar-08, at 10:01 AM, James Strachan wrote: I have been confused on this list before, but here I am again. :-) I need to configure my brokers to fault-tolerant in a two-node cluster. I'm configuring this directly inside Spring. I believe I need to use some form of auto-discovery,

Re: Consumers not always being released

2008-03-11 Thread Eric Rodriguez
Mike Miljour wrote: After further investigation, it turns out there was a configuration issue, which could have been avoided with clearer documentation. (it might have helped if i had included my configuration as well!) We had set the value for broker name differently in our two running

Re: Consumers not always being released

2008-03-11 Thread Rob Davies
On 11 Mar 2008, at 19:55, Eric Rodriguez wrote: Mike Miljour wrote: After further investigation, it turns out there was a configuration issue, which could have been avoided with clearer documentation. (it might have helped if i had included my configuration as well!) We had set the

RE: Consumers not always being released

2008-03-11 Thread Joe Fernandez
-Original Message- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 4:21 PM To: users@activemq.apache.org Subject: Re: Consumers not always being released On 11 Mar 2008, at 19:55, Eric Rodriguez wrote: Mike Miljour wrote: After further

Re: ActiveMQ supports Double-Byte charecters ?

2008-03-11 Thread eddie_epstein
Which connector are you using? We see no such problem with tcp:, but do see the problem with http: nis wrote: Hi, I am using ActiveMQ 4.1.1 for developing a group chat software. When i try to send a double-byte Charecter like chinese or japanese.. etc. it is shown as junk value when

How can I tell when ActiveMQ has started?

2008-03-11 Thread beeeph
The program I'm writing uses ActiveMQ to send messages between to applications. I'd like one of the applications to start the ActiveMQ server as a separate process when that application is run. The code for starting the ActiveMQ server looks something like this... int WINAPI WinMain(HINSTANCE,

Start ActiveMQ programmatically

2008-03-11 Thread beeeph
can anyone provide me with some simple c++ code I can use to start the ActiveMQ service on a windows xp machine? Thanks in advance for your help, I really appreciate it! Beeeph -- View this message in context:

Re: Unable to comile C++ client on VC++ 2003

2008-03-11 Thread beeeph
[EMAIL PROTECTED] wrote: Hi, I tried to compile the C++ client on VC++ 2003. I had to change the version of VC++ in .sln and .vcproj to make it loaded by VC++ 2003. When I compiled it, I got quick a few errors. Example: TransactionInfo.cpp

Re: Start ActiveMQ programmatically

2008-03-11 Thread Adrian Co
How about using the service wrapper? http://activemq.apache.org/java-service-wrapper.html beeeph wrote: can anyone provide me with some simple c++ code I can use to start the ActiveMQ service on a windows xp machine? Thanks in advance for your help, I really appreciate it! Beeeph

Re: Start ActiveMQ programmatically

2008-03-11 Thread beeeph
that's perfect, thank you! but when i installed it, it didn't work. I'll look into it further, but would you have any immediate ideas why this error might be occurring? STATUS | wrapper | 2008/03/11 20:02:38 | ActiveMQ installed. STATUS | wrapper | 2008/03/11 20:06:08 | -- Wrapper Started

Re: Start ActiveMQ programmatically

2008-03-11 Thread Adrian Co
Maybe the JAVA_HOME environment variable wasn't set correctly. I'm not really sure. beeeph wrote: that's perfect, thank you! but when i installed it, it didn't work. I'll look into it further, but would you have any immediate ideas why this error might be occurring? STATUS | wrapper |

Re: WRAPPER.CONF 5.0

2008-03-11 Thread Adrian Co
Already fixed for 5.1.0 https://issues.apache.org/activemq/browse/AMQ-1558 Chris Neal wrote: In order to make the Windows Service work for 5.0.0 release you will need to add wrapper.app.parameter.2=start wrapper.app.parameter.3-xbean:activemq.xml To the wrapper.conf Can someone make this a

Re: Send response to temporary queue gets stuck after 3900 sends

2008-03-11 Thread Michal Singer
Hi. After increasing the memory limitation of the broker, the 3900 has increased to about 5900. this may show some kind of memory leak with the Active MQ broker on my opinion. Please keep in mind that i am using mostly temporary queues which are deleted all the time, so the memory should be

Active MQ installation problem

2008-03-11 Thread ssukatja
Hi, I've problem when installing active mq vers 4.1.1. in HPUX 11.11, as follow error : cygnus:/data1/apache-activemq-4.1.1/bin./activemq Error: JAVA_HOME is not defined correctly. We cannot execute no java in /usr/sbin /usr/bin /usr/ccs/bin /usr/contrib/bin /opt/hparray/bin