So, I have a clustered environment set up using MQ. When my MDB is deployed it autoCreates a queue with the name specified in the annotation.
@MessageDriven(mappedName = "jms/limsDsQueue",
activationConfig = { @ActivationConfigProperty(propertyName = "messageSelector", propertyValue = "JMSType = 'data_synch'") })
This is what I would expect. The thing that is confusing me is that a Topic destination is also created with the same destination name. Is this normal behavior for clusters?
[Message sent by forum member 'nathan111' (nathan111)]
http://forums.java.net/jive/thread.jspa?messageID=267804