Class MessagingDependencyProcessor
- java.lang.Object
-
- org.wildfly.extension.messaging.activemq.deployment.MessagingDependencyProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class MessagingDependencyProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Processor that add module dependencies for Jakarta Messaging deployments.- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
-
Constructor Summary
Constructors Constructor Description MessagingDependencyProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
-
-
-
Field Detail
-
AS_MESSAGING
public static final String AS_MESSAGING
We include this module so that the CDI producer method for JMSContext is available for the deployment unit.- See Also:
- Constant Field Values
-
JMS_API
public static final String JMS_API
- See Also:
- Constant Field Values
-
JTS
public static final String JTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-