To remove the event service messaging configuration for
an external JMS provider, you can use the removeEventServiceMdb administrative
command.
About this task
This command removes the message-driven bean deployed for
the JMS configuration. To remove the event service message-driven
bean:
Procedure
- Start the wsadmin tool.
- Use the AdminTask object to run the removeEventServiceMdb administrative
command in batch or interactive mode. The parameters of
the removeEventServiceMdb administrative command are as follows:
- applicationName
- The application name of the deployed event service message-driven
bean.
- nodeName
- The name of the node where the event service message-driven bean
is deployed. If you specify a node name, you must also specify a server
name. This is an optional parameter; the default value is the current
node. Do not specify this parameter if you are removing the application
from a cluster.
- serverName
- The name of the server where the event service message-driven
bean is deployed. This parameter is required if you are removing the
application from a server; otherwise it is optional. Do not specify
a server name if you are removing the application from a cluster.
- clusterName
- The name of the cluster where the event service message-driven
bean is deployed. Specify this parameter only if you are removing
the application from a cluster.