in reply to Re: Pusing and Retriving messages from Tibco Message Queue
in thread Pusing and Retriving messages from Tibco Message Queue

Thanks Ken, The modules over here are available for creating the Tibco Message queue, However I have detials of existing tibco queues. Will check if any of these modules will be useful. Thanks, Mansi
  • Comment on Re^2: Pusing and Retriving messages from Tibco Message Queue

Replies are listed 'Best First'.
Re^3: Pusing and Retriving messages from Tibco Message Queue
by Anonymous Monk on Dec 11, 2014 at 10:34 UTC
    Perl and TIBCO EMS have no API.

    If you're not processing high volume messages, the most workable solution is to write a C (C++/Java) program and call it from perl.

    In the Tibco installation folders there is a folder called "samples/c", that contains a few easy examples of C programs (tibemsMsgProducer/tibemsMsgConsumer) writing and reading the EMS queues.

    Good luck!