-
Bug
-
Resolution: Done
-
Major
-
JBossAS-5.0.0.CR2
-
None
When deploying this bean
@MessageDriven(activationConfig =
{ @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/RequestQueue") })
public class OrganizationJMSEndpoint extends JMSTransportSupportEJB3
{
// provide logging
private static final Logger log = Logger.getLogger(OrganizationJMSEndpoint.class);
@WebMethod
public String getContactInfo(String organization) throws RemoteException
}
the RequestQueue is not create automatically. This works in jboss-4.2.3
Please see related issue for test details.
- blocks
-
JBWS-2217 Fix BPEL jaxrpc samples
- Closed
- is blocked by
-
EJBTHREE-932 EJB3 deployer must have an option for dynamic queue / topic creation
- Closed
- is incorporated by
-
JBAS-6013 Support createDestination in jboss/message-driven
- Closed
- relates to
-
JBWS-1911 Support the JMS transport with JAX-WS
- Closed