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
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
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.
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
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
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.
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.
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
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