Use this command to create a new bus destination for a service integration bus.
This command provides only a subset of the properties available. If you want to set other properties, you need to use the administrative console or wsadmin and JACL
The command described in this topic is run using the AdminTask object of the wsadmin scripting client.
This command is only valid when run against WebSphere Application Server Version 6 application servers. Do not run it against earlier versions.
wsadmin> $AdminTask help SIBAdminCommands
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command creates a new bus destination for a service integration bus.
To save the changes made by the command, invoke the "save" command on the AdminConfig object.
None.
For non-transactional JMS message-driven beans and MessageListeners that use a JMS destination configured on the default messaging provider, best-effort nonpersistent messages are not recoverable. In this case, if a message is unlocked because the message-driven bean or MessageListener threw an exception, then the message is not redelivered or sent to the exception destination because it was deleted from the message store when it was passed to the listener. If you require higher message reliability for non-transactional JMS message-driven beans and MessageListeners, configure a different option for the Maximum reliability property of the bus destination.
For the message point, any open consumers change state and an exception is thrown if the consumer requests a message. Messages can continue to be sent, and accumulate on the message point.
wsadmin>$AdminTask createSIBDestination {-bus abus -name myqueue -type QUEUE -cluster cluster1} (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBQueue_1098215169998)