Re: JMS Client connecting to Broker

2007-03-21 Thread James Strachan
On 3/21/07, Hendry [EMAIL PROTECTED] wrote: Ok, it works, but now I don't receive any message from the broker, the provider url that I used : vm://localhost I've also tried the url: vm:(broker:(tcp://localhost:61616)?persistent=false)?marshal=false Both doesn't work. Any suggestion? Thanx.

Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread Karthik.Gopalakrishnan
Hi I followed the steps given in http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html to integrate ActiveMQ with JBoss.I wanted the AdminObject(Queue in my case) created using

Re: Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread James Strachan
Persistence is on by default. I wonder if this helps... http://activemq.apache.org/how-do-i-create-new-destinations.html On 3/21/07, Karthik.Gopalakrishnan [EMAIL PROTECTED] wrote: Hi I followed the steps given in

Re: Creating a Persistent Queue in ActiveMQ ?

2007-03-21 Thread Karthik.Gopalakrishnan
Hi James I have actually created the destinations(the same way it is being explained in the link that you had provided ).The problem i am facing is that when i try to send a message to the queue from a c# client with the persistent set to true in the producer i dont see the message on the queue

Re: Web console in version 4.2

2007-03-21 Thread Daryl Richter
I have exactly the same problem here. [Prax:~/Code/Java/activemq] ngzax% svn up At revision 520846. The message indicates that I could install Jetty manually, but certainly that isn't what we should all be doing, right? On 3/20/07 7:06 PM, M. David Minnigerode [EMAIL PROTECTED] wrote: Still

Re: [Spam: 5.0] Receiving BlobMessage with activeMQ-4.2

2007-03-21 Thread Aleksi Kallio
We discuss this development over at dev@activemq.apache.org, so you might subscribe to it. Or you could monitor the JIRA issue: https://issues.apache.org/activemq/browse/AMQ-1075 thank you very much i'm very excited to see this functionality working.. and a final point: how can i know

ActiveMQ/Kaha restart failed

2007-03-21 Thread Po Cheung
ActiveMQ was restarted but did not come up successfully. Clients could not connect to it. 2007-03-16 14:43:11,026 [WrapperSimpleAppMain] INFO (BrokerService.java:505) - ActiveMQ 4.1-SNAPSHOT JMS Message Broker (localhost) is starting 2007-03-16 14:43:11,030 [WrapperSimpleAppMain] INFO

Re: Web console in version 4.2

2007-03-21 Thread M. David Minnigerode
No... someone needs to put the correct version of jetty into the maven repository that's in the pom... or put the repository with the correct version of jetty into the pom. It sounds like someone switched the jetty version in the pom... but the rc1 version doesn't actually work... But I just

How can I completely shutdown ActiveMQ client correctly?

2007-03-21 Thread Dennis Cheung
I have some problem on shutting down the ActiveMQ client (not the broker). I have a Java application using ActiveMQ 4.0.2. (async send is already disabled, tcpNoDelay is enabled) 1. Create temporary topic A. 2. Send message to another queue B. 3. Receive a message on topic A, with a

Error while posting message: Failed to build body from bytes

2007-03-21 Thread Kamlesh
Hi, All I get following error while posting message to ActiveMQ 3.1 running on window server. javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: com.core.MyObject I get this error when message is posted from the application running on the sun server. I don't

ActiveMQ - java.lang.Exception: java.io.IOException: Could load xbean factory:java.lang.NoClassDefFoundE

2007-03-21 Thread Malathi
Hi I have followed the Apache MQ userguide and have added the required jars to the classpath but I am still seeing the foll. error on both 4.0.2 and 4.1.0 versions when I try to run activemq. There seems to be some kind of class incompatibility. Any help to resolve this is appreciated.

Re: ActiveMQ object cleanup

2007-03-21 Thread Xavier Toth
On further inspection I see that there are a number of threads started on behalf of ActiveMQ and I'm wondering if and how these ever get cleaned up? I've included a super simplified example of a standalone broker and client along with build and run scripts (the classpath will have to be changed

Re: ActiveMQ/Kaha restart failed

2007-03-21 Thread Rob Davies
kaha is fixed in 4.2 - but we've also changed the default storage - to use a mix of the journal and kaha - I'll try document it soon! cheers, Rob On 21 Mar 2007, at 19:12, Po Cheung wrote: ActiveMQ was consuming 100% cpu for over 12 hours after the restart. Here is a partial thread

Out of memory errors

2007-03-21 Thread Po Cheung
We got OutOfMemory errors on both the broker and client after sending/receiving 600K messages to persistent queues with transactions. The memory graph below shows the heap usage of the broker growing gradually. Max heap size is 512MB. UsageManager is also at 512MB (will that cause a problem?

Re: Out of memory errors

2007-03-21 Thread Po Cheung
Po Cheung wrote: We got OutOfMemory errors on both the broker and client after sending/receiving 600K messages to persistent queues with transactions. The memory graph below shows the heap usage of the broker growing gradually. Max heap size is 512MB. UsageManager is also at 512MB (will

Re: ActiveMQ/Kaha restart failed

2007-03-21 Thread Po Cheung
Thanks for the quick response. When we switch the broker from 4.1 to 4.2, can the ActiveMQ client (compiled using JDK 1.4) continue to use 4.1 jars to talk to a 4.2 broker? Po rajdavies wrote: kaha is fixed in 4.2 - but we've also changed the default storage - to use a mix of the

Re: Web console in version 4.2

2007-03-21 Thread M. David Minnigerode
Hum... Tried various versions of jetty. Event updated to previous revisions. Can get the build to work. But get spring exceptions as in the other subthread. Has anyone done a clean checkout from trunk and done a build w/o an existing maven repository? thanks dave M. David Minnigerode

Need help on Apache MQ

2007-03-21 Thread Shilpa
hi, i am new to Apache MQ Series please help me in going ahead i have down loaded apache-activemq-4.1.0-incubator.zip and unzipped to a folder and then i runned activemq.bat located in bin folder so broker is started. i have to know how to test the service? if i run monitoring url

Re: Need help on Apache MQ

2007-03-21 Thread Adrian Co
You could start here: http://activemq.apache.org/getting-started.html Shilpa wrote: hi, i am new to Apache MQ Series please help me in going ahead i have down loaded apache-activemq-4.1.0-incubator.zip and unzipped to a folder and then i runned activemq.bat located in bin folder so

Re: Need help on Apache MQ

2007-03-21 Thread James Strachan
On 3/22/07, Shilpa [EMAIL PROTECTED] wrote: hi, i am new to Apache MQ Series please help me in going ahead i have down loaded apache-activemq-4.1.0-incubator.zip and unzipped to a folder and then i runned activemq.bat located in bin folder so broker is started. i have to know how to