Re: Blob Message is a skin game??? not real ?!??

2007-08-16 Thread pplive
yep, but fail to start up the file server.. I have no idea how to download the jars I need... --- java.lang.ClassNotFoundException: org.apache.activemq.util.RestFilter at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.

RE: Error on starting QueueConnection

2007-08-16 Thread Suchitha Koneru \(sukoneru\)
Start the queue connection after creating the receiver . Change the order and see. It is always recommended that the connection is started after creating the receiver . The following should be the order. Give it a try. ActiveMQQueueReceiver aqr = (ActiveMQQueueReceiver)qs.createReceiver(q) ;

Not getting all my messages in an Ajax client

2007-08-16 Thread Bob Buffone
I have started using Active MQ to build an Ajax application and currently running into problems. When I publish messages from a client, other clients don't get the messages including the client that sent the message. When a client gets a message it also seems that only one client ever gets the

How to know when connection/temp queue is dormant/

2007-08-16 Thread TOPPER_HARLEY
Hi all, We are using temp queues for our communication, one per client. We have an issue that when the client JVM is killed using say "kill -9" in unix that the connection and temp queue that this client created remain in the broker, possibly with some data on it. Both seem to remain there indefi

Re: Error on starting QueueConnection

2007-08-16 Thread denez
in the Tomcat console when i pass on the line : ActiveMQQueueReceiver aqr = (ActiveMQQueueReceiver)qs.createReceiver(q) ; i've got the error : SERIOUS : error starting context /jms an that all ?? Could you help me to deal with this error ??? Thanks in advance, Regards, Denez denez wrote: >

Re: Error on starting QueueConnection

2007-08-16 Thread denez
Do you already have this type of error ? Do i forget something in my configuration. I use : apache-activemq-4.1.1.jar Tomcat 5.5.23 jdk1.5.0_07 Could you tell me if something is wrong ! Here is my context declaration in Tomcat : Thanks in advance for all reply, help / answe

Queue "hangs" when Kaha Store kicks in. Restart required.

2007-08-16 Thread DominicTulley
Hi, I've been investigating Camel recently and today I was taking a look at message throughput in ActiveMQ when Camel routing is being used. I have been doing simplistic testing so far, just using the example message Producer class to pump lots of text messages through a queue. When it's a simpl

Re: Error on starting QueueConnection

2007-08-16 Thread denez
Hi all, I got the same error trying to create a sender ! A very strange thing appear because there is no exception throw ! Just nothing happened and the rest of my code is never (i suspect) excecuted. Could you help me, or ask me if something is not clear. Thanks in advance, Regards, Denez de

Re: Error on starting QueueConnection

2007-08-16 Thread denez
I search around to find my error and find that you should use ActiveMQConnection. Now i can start the connection but have a same problem will trying to createReceiver. See the code below (previous + modification) : public class ActiveMQBrokerStartListener implements ServletContextListener {

ActiveMQ supports Double-Byte charecters ?

2007-08-16 Thread nis
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 other user receives it. How to send a double-byte charecter using ActiveMQ?. Any advice is welcome. Thanks in advance.

Error on starting QueueConnection

2007-08-16 Thread denez
Hi all, I would like to start a broker and Activate a MessageListener on startup of my webApp. I made all the needed configuration to have a ServletContextListener. I can debug inside my ServletContextListener implementation named : ActiveMQBrokerStartListener. You can see the code of it below :

Re: Active MQ - JVM crash

2007-08-16 Thread breezee
Hi, I found a similair problem, make the broker crashed. Same version, different JVM version (see below): # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x28ce9828, pid=10820, tid=19536 # # Java VM: Java HotSpot(TM) Client