I deploy an EJB3.0 message-driven bean
@MessageDriven(activateConfig = { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="destination", propertyValue="queue/reducts") }) public class RulesGeneratorMDB implements MessageListener { ...
20:49:10,422 WARN [MDB] No message-driven-destination given; using; guessing type 20:49:10,422 WARN [MDB] Could not determine destination type, defaults to: javax.jms.Topic 20:49:10,482 WARN [MDB] destination not found: topic/RulesGeneratorMDB reason: javax.naming.NameNotFoundException: topic/RulesGeneratorMDB 20:49:10,482 WARN [MDB] creating a new temporary destination: topic/RulesGeneratorMDB 20:49:10,542 INFO [RulesGeneratorMDB] Bound to JNDI name: topic/RulesGeneratorMDB