Hi Perl Monks,
I need to build an application/program which will need to send the messages to different tibco message queues. (Tibco EMS) Messages will be basically XML files.
Tibco queue then will do certain processing and send back the results i.e. output messages in XML format in output message queue (which will be different from Input message queue). I know the queue names to which I need to send the messages and from where I need to fetch the messages. Also have details about userid/pwd to connect to the tibco queue. Apart from this I think I will need a hostname where the message queue actually reside to connect to it.
Any inbuilt perl modules which I can use for this ?
Explaination with sudo code will be much helpful.
Thanks,
Mansi