Help for this page

Select Code to Download


  1. or download this
        # parse the message (executed within eval so parsing errors are no
    +n-fatal)
        eval {
            $parsed_xml = XMLin(
    ...
        $queue_name = $parsed_xml->{descriptor}->{inputQueue};
        &log_it($INFO, "inputQueue is $queue_name", $log_file);
        print Dumper($parsed_xml);
    
  2. or download this
             'descriptor' => [
                                {
    ...
                                          ]
                          }
                        ]