Re: Stomp 1.1 - first message sent to broker after heart-beat time-out is "lost"

2011-11-20 Thread Michael Justin
Am 19.11.2011 18:21, Timothy Bish wrote: If you want to be sure that the message is processed, then you need to add a receipt request, otherwise the delivery is not guaranteed. You await the receipt an once received you know the broker had a chance to process the message before the connection

Re: [HELP] IllegalStateException: Not supported with Tomcat 7.0.22 and AjaxServlet

2011-11-20 Thread liny
Hi, I don't know what should I do now. http://tomcat.apache.org/migration.html#Migrating_from_6.0.x_to_7.0.x http://tomcat.apache.org/migration.html#Migrating_from_6.0.x_to_7.0.x says: Is ActiveMQ recompilation for Tomcat 7 with new org.apache.catalina.comet package needed? -- View this messag

Re: use Http transport in version 5.5.0 with osgi

2011-11-20 Thread JacobS
Thanks for your help, the http transport works now. but my client gets disconnected after 60 seconds, any idea why ? How can I configure it not to disconnect ? -- View this message in context: http://activemq.2283324.n4.nabble.com/use-Http-transport-in-version-5-5-0-with-osgi-tp4088466p4089408.

Re: use Http transport in version 5.5.0 with osgi

2011-11-20 Thread Johan Edstrom
Something like this worked for 5.4, I think 5.5 will be very similar. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> bu

Re: use Http transport in version 5.5.0 with osgi

2011-11-20 Thread JacobS
I managed to get the server to work, but I cant receive object messages in the client because of this exception: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.apache.activemq.util.ByteSequence as it does not have a no-args constructor : Cannot construct org.apache.a

Has AMQ resolved the selector issue?

2011-11-20 Thread SuoNayi
Hi all, It's well known that AMQ has the selector issue which causes consumers with selector to subscribe messages they are interesting in can not receive any messages dispatched from broker. It's usually to get into this trouble when a topic has many durable subscriptions with selector enabled.

Re: use Http transport in version 5.5.0 with osgi

2011-11-20 Thread JacobS
Thanks, a pom would really help -- View this message in context: http://activemq.2283324.n4.nabble.com/use-Http-transport-in-version-5-5-0-with-osgi-tp4088466p4088593.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: use Http transport in version 5.5.0 with osgi

2011-11-20 Thread Johan Edstrom
You'll have to shade it if I remember correctly, can send a pom later today. On Nov 20, 2011, at 6:41, JacobS wrote: > is it possible to use the http transport in amq 5.5.0 in an osgi environment > ? > because activemq-optional is not osgified I added it to the class-path of > the bundle starti

use Http transport in version 5.5.0 with osgi

2011-11-20 Thread JacobS
is it possible to use the http transport in amq 5.5.0 in an osgi environment ? because activemq-optional is not osgified I added it to the class-path of the bundle starting the broker, and added the imports and exports to its manifest, but I am getting exceptions telling me that the class org.apach