MDB doesn't seem to connect to JMS Topic, message posted by j2se client to JMS Topic
doesn't seem to show in Topic stats.
Setup: WinXP, JBoss 5.1, Eclipse Galileo, JDK 1.6.
JBoss setup seems to be functioning, as an EJB app has deployed and was tested just fine.
@MessageDriven(activationConfig = {
@ActivationConfigProperty(
propertyName = "destinationType",
propertyValue = "javax.jms.Topic") },
mappedName = "JMSTopic1",
name="TopicMDB1")
public class TopicMDB1 implements MessageDrivenBean, MessageListener {...}
Using Eclipse JEE plugin, the MDB is added to an EAR proj, which is then
"deployed" {Run} on JBoss.
The deployment seems to conclude without errors, but there are no signs of the bean
anywhere.
A j2se test client puts a simple text msg to the Topic, but there's no sign of that
msg either in the JMS system, nor is it being consumed by anybody {obviously}.
I am a noob to JBoss, but have done this in Weblogic many times, if that counts for
anything.
Any suggestions would be welcome.
karoy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261148#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...