Show Details of a Message

To display the header and body information of a message, use the following command:

swadm detail_message queue_id message_id [-x]

where

queue_id is the unique identifier of the queue containing the message for which you want to display details. You can find a queue’s identifier using the show_queues command.
message_id is the identifier of a specific message in the queue queue_id. This ID is part of the information displayed by swadm show_messages - see Show Messages in a Queue.
-x is an optional parameter that changes the format in which messages are displayed. If this parameter is specified, the message is displayed on one line and fields in the message are separated by '|' characters.

The following example shows the detail of one message in queue 5:

swadm detail_message 5 291E84BA-A898-4D6A-A812-A76BE108B21D
Queue ID 5
Message ID:
Instruction:
Procedure Number:
Case Number:
User Name:
Step Name:
Step Desc:
Release Date:
Release Time:
Addressee User:
Message
291E84BA-A898-4D6A-A812-A76BE108B21D
RELEASE
16:0:0
1253
swpro
STEP1
13/03/2008
09:07
swpro
RELEASE^staffw_107^16:0.0^1^staffw_107,swpro,2504,staffw_107^1253^1253^staffw_107^swpro^STEP1^^3^13/03/2008^09:07^2504^staffw_107^swpro^1^

The following example shows the same message using the alternative display option:

swadm detail_message 5 291E84BA-A898-4D6A-A812-A76BE108B21D -x
5|291E84BA-A898-4D6A-A812-A76BE108B21D|RELEASE|16:0.0|1253|swpro|STEP1||13/03/2008|09:07|swpro|RELEASE^staffw_107^16:0.0^1^staffw_107,swpro,2504,staffw_107^1253^1253^staffw_107^swpro^STEP1^^3^13/03/2008^09:07^2504^staffw_107^swpro^1^