Yup...I am having same problem with Glassfish V2.1 and ActiveMQ V5.5
connector...
Were you able to fix?
I put slf4j-jdk14.jar into glassfish domain lib so that StaticBindLogger
class was found...but now I get the above error...??? My glassfish apps
just use java.util.logging so I thought the jdk
I have Message Driven Bean subscribed (under Glassfish App server).
I have stomp generated messages coming in...
everything working fine...until
Using Admin console, I delete the topic...
the stomp publisher sends more messages so now I see the topic again...
I can see in my server logs, that
ActiveMQ installed on Redhat Linux V5.4
Using the default config in activemq.xml...broker is tcp://localhost... (not
embedded)
I am using Glassfish and Message Driven Beans to consume messages (these are
TOPICS)
MDBs are durable subscribers
I am using ActiveMQ admin console to send messages in
I saw on the new features listing that there is a version 6.0 in
development...
It says this should be released end of 2009...Is there an official date for
this?
--
View this message in context:
http://old.nabble.com/ActiveMQ-Version-6.0---when-is-release-planned-tp26749234p26749234.html
Sent fr
I have installed and tested ActiveMQ 4.2.2 under JBoss 5.0.0 and Java6.
I am able to send/receive messages so I know the activemq installation is
correct.
I am trying to enable XMPP and use a Spark client to join conference
(subscribe to topic).
Following the directions in http://activemq.apache