e.printStackTrace();
System.exit(1);
}
// Create command
final MessageGetCommand command = new MessageGetCommand.Builder()
.withId("<my-message-id>").build();
// Send command to server and receive response
try {
Response<MessageGetResponse> response = client.process(command);