I am a beginner in Perl. I have a scenario, where I need to get a
message from an xml file and drop it on to MQ series queue. Each xml
file has one message(huge one). Could anyone help on how to go about
it.
TIA
There are numerous modules for parsing XML on CPAN:
http://search.cpan.org/search?query=XML%3A%3AParse&mode=module
As for "MQ series queue": I have not the slightest idea what that might
be.
jue
Morgan Stanley wrote/helps to maintain an interface to MQSeries, or
WebsphereMQ as I believe it's called now. Check out CPAN at
http://search.cpan.org/~mqseries/MQSeries-1.30/MQSeries.pm
I haven't used it in a while, but I think that it requires you to have
the MQSeries dlls installed on your computer. That is, I don't think
that it's a pure Perl solution.
--David