Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
OK, seems I have increased memory usage from defaults in .xml files and my wireformat problem is gone. I also made a small change in my client to remove a 6 second sleep after creating a thread. I am a little over 600 threads running now with 0% memory usage and haven't seen any wireformat error

Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
last message should of read, 4.0.2 version didn't have the problem, not 4.1.0, sorry pleaseHelpMe:o) wrote: > > Well, now it seems as I increase the load of messages going to the server, > I start to get these errors showing up. > > It seems with a small load I did not see this. Also, anybody

Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
Well, now it seems as I increase the load of messages going to the server, I start to get these errors showing up. It seems with a small load I did not see this. Also, anybody know why the web console will only show topics and memory usage when having 1 broker open? when I have 2 networked toge

The problem of Stress Test on ActiveMQ+Tomcat+Spring

2008-06-11 Thread brucelei
I am using ActiveMQ5 in tomcat6,send message with JmsTemplate,config like this: JmsTemplate.convertAndSend(destination, object); I think this is an effective way to produce message,then I use Jmeter to run some test on my demo: jmeter config:300 threads/h

Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
excellent, working now, had to tweak a few more files that had the old references in them, thanks all who helped get it going. I also tested what I was originally trying to do by killing broker 1 with broker 2 setup as a networkConnector, sure enough, worked like a champ. Thanks all. Next thing

RE: Getting IllegalAgrEception while Sending BlobMessage

2008-06-11 Thread Angers, Sebastien
Hi Suresh, Could you give more details? Using the following very simple code, it is working for files of 8 kb and also for files of 14 MB. Regards, Sébastien -- import java.io.File; import java.io.IOException; import java.io.InputStream; import javax.jms.Destination; imp

can't properly configure failover

2008-06-11 Thread dboucher
Hello, I am doing some research on ActiveMQ to use for a project. I am trying to create an examplebroker network which should have the ability to failover in case one broker dies. My first problem is with the current version of ActiveMQ (5.1.0). Using either of these lines in my broker xml confi

Re: Database connection between ActiveMQ and broker

2008-06-11 Thread jaya_srini
Filed this issue about a week ago per this email thread. https://issues.apache.org/activemq/browse/AMQ-1780 Can someone give an ETA on this? This is a production problem for us currently jaya_srini wrote: > > Ah..ok. Got it. > > I'll raise a new JIRA issue then. > > thanks > jaya > >

Re: org.mortbay.jetty Exceptions in the log

2008-06-11 Thread jaya_srini
Just wanted to add that this is not interfering with message send or receive i.e we are still able to send and receive messages.It would be nice to know why these exceptions are happening? thanks! jaya jaya_srini wrote: > > Hi there > > We are seeing the following exceptions in the logs with A

Re: Networking help, not working for me....

2008-06-11 Thread Rob Davies
No - you shouldn't need to update the code - you're probably pulling in an old version of activemq on the class path On 11 Jun 2008, at 13:19, pleaseHelpMe:o) <[EMAIL PROTECTED]> wrote: I upgraded my client libraries, but couldn't get past this error. Will try again tonight, maybe i mi

Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
I upgraded my client libraries, but couldn't get past this error. Will try again tonight, maybe i missed something. Shouldn't i really just need the library that contains this, and not have to modify old client code? JB rajdavies wrote: > > ok - looks like a version mismatch - can you upgrad

Re: NMS C# Client Hangs on session.CreateConsumer

2008-06-11 Thread Michael Franz
Michael Franz wrote: > > Hi, > > I am trying to get my C# client to work with consumer.retroactive=true. > It seems that after a few subscriptions my application hangs on the > session.CreateConsumer(). I am not sure what triggers the process > to hang, but once it does and subsequent attemp

Question about message polling

2008-06-11 Thread groovydude18
I had looked at the message poller around 4.1x and now I took another look at it in 5.x. It still seems to me that the message poller using ajax (httprequest) uses a consumer, where as I am wanting a queue browser (don't take the messages, just look at them so that it continues to persist on the

Re: lastImageSubscriptionRecoveryPolicy and consumer.retroactive

2008-06-11 Thread Michael Franz
Michael Franz wrote: > > Hi, > > I am using ActiveMQ 5.1.0 with the default configuration (pretty much) > this defaults to having lastImageSubscriptionRecoveryPolicy for FOO.* > (changed to MarketData.*). When I subscribe to a specific topic using > consumer.retroactive=true for my topic I am

Re: Networking help, not working for me....

2008-06-11 Thread pleaseHelpMe:o)
I upgraded my client libraries, but couldn't get past this error. Will try again tonight, maybe i missed something. Shouldn't i really just need the library that contains this, and not have to modify old client code? JB rajdavies wrote: > > ok - looks like a version mismatch - can you upgrad

Re: ActiveMQ Message Broker shut down without Exception

2008-06-11 Thread dolphin_cheng
Oh sorry, I paste the wrong log. This is the log of AMQ4.1,and it didn't running steadily. So we use 5.1 instead. unfortunately, it is also not steady. The log of 5.1 is the same as 4.1 I paste before. rajdavies wrote: > > That looks like you're using ActiveMQ 4.1 - want to try 5.1 instead ? >

Re: ActiveMQ Message Broker shut down without Exception

2008-06-11 Thread Rob Davies
That looks like you're using ActiveMQ 4.1 - want to try 5.1 instead ? On 11 Jun 2008, at 12:35, dolphin_cheng wrote: Yes, there is nothing in the logs from Activemq to indicate why it failed. In the logs from our project there is only exception "Could not connect to broker URL: tcp://159

Re: ActiveMQ Message Broker shut down without Exception

2008-06-11 Thread dolphin_cheng
Yes, there is nothing in the logs from Activemq to indicate why it failed. In the logs from our project there is only exception "Could not connect to broker URL: tcp://159.226.2.169:61616?wireFormat. maxInactivityDuration=0. Reason: java.net.ConnectException: Connection refused". I paste the

Re: 5.2 release schedule?

2008-06-11 Thread Rob Davies
On 11 Jun 2008, at 11:36, Gregory Mostizky wrote: Hello, Our team builds an application that is now going through our final stress tests before release. We discovered a memory leak in ActiveMQ 5.1 (https://issues.apache.org/activemq/browse/AMQ-1790) during the testing, and would like t

5.2 release schedule?

2008-06-11 Thread Gregory Mostizky
Hello, Our team builds an application that is now going through our final stress tests before release. We discovered a memory leak in ActiveMQ 5.1 (https://issues.apache.org/activemq/browse/AMQ-1790) during the testing, and would like to have it fixed before our release (planned for 1st of July)

control TemporaryQueue name through Connection client ID

2008-06-11 Thread Philippe Haution
Hi, We use ActiveMQ 4.0.1 and would like to know if there is a way to improve temporary queues identification in the jconsole by influencing the name they are given. Looking at the code in ActiveMQConnection.createTempDestination, it seems that a newly created temporary destination is immediately

COMPILING OpenWire C on Linux

2008-06-11 Thread espinraf
Hi, has any body compiled OpenWIre C on Linux and use it with ActiveMQ 5.1.0 ? I 've compiled it but when I try to run the example main.c I get allways the error: Connecting..Could not connect: Cannot allocate memory (12) I have debugged the code and it seems that when the application is t

Re: ActiveMQ Message Broker shut down without Exception

2008-06-11 Thread Rob Davies
There's nothing in the logs from ActiveMQ to indicate why it failed ? On 11 Jun 2008, at 08:02, dolphin_cheng wrote: We use activemq 5.1.0 and deploy it in a linux system. Several days ago, I asked a question that EOFException can lead to broker shut down. But I found that even there is

Re: ActiveMQ Jmeter JMS Publisher Problem

2008-06-11 Thread ModiPawan
Hi Sorry, I forget to attached my ACtiveMQ config file. Here it is http://www.nabble.com/file/p17773268/activemq.xml activemq.xml do i need to configure any queue or topic in this configuration file? Please help. Thanks & regards, Pawan Modi ModiPawan wrote: > > Hi ActiveMQ Community, >

ActiveMQ Jmeter JMS Publisher Problem

2008-06-11 Thread ModiPawan
Hi ActiveMQ Community, I am new to ActiveMQ & Jmeter. I am using ActiveMQ5.1.0 & Jmeter2.3.1. I want to perform some JMS test using Jmeter. I am using Jmeter JMS publisher & provided following ActiveMQ broker values for fields Jmeter publisher & consumer looks like http://www.nabble.com/file/p1

NetworkConnector stops Sending!

2008-06-11 Thread goldi
Hy, I'm using NetworkConnector to transfer Messages from one Broker to another. Everything works fine but it happens with ActiveMQ 4.1 and also ActiveMQ 5.1 that the NetworkConnector stops working. Here is my configuration that I used in 4.1 and also in 5.1:

Re: when does activemq cleanup database

2008-06-11 Thread Marco Buss
Hello, the Datebase is cleared after a fixed peroid (5 Minutes per default). rhealey wrote: > > hi all, > > I have active mq set up to persist messages Microsoft SQL Server 2005. I > have sent durable messages to this active mq instance and see the messges > persisted to the ACTIVMQ_MSGS tab

Re: deadlock on message expiration

2008-06-11 Thread mlukica
Created AMQ-1788 for this issue. -- View this message in context: http://www.nabble.com/deadlock-on-message-expiration-tp17644346p17771984.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: queue.send throws ResourceAllocationException without checking usageManager when sendFailIfNoSpace is set in AMQ 4.1.2

2008-06-11 Thread mlukica
Created AMQ-1789 for this issue. -- View this message in context: http://www.nabble.com/queue.send-throws-ResourceAllocationException-without-checking-usageManager-when-sendFailIfNoSpace-is-set-in-AMQ-4.1.2-tp17751662p17771954.html Sent from the ActiveMQ - User mailing list archive at Nabble.co

ActiveMQ Message Broker shut down without Exception

2008-06-11 Thread dolphin_cheng
We use activemq 5.1.0 and deploy it in a linux system. Several days ago, I asked a question that EOFException can lead to broker shut down. But I found that even there is no EOFException the broker can shut down too. We are waiting for the solution vexedly, please help us ^_^ Thanks very mu