IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  Connecting TIBCO from WTX

    Posted 06/23/10 08:40 AM

    Originally posted by: SystemAdmin


    Hi,

    In my project I need to send and receive messages from TIBCO.
    Has any body worked on WTX and TIBCO connectivity.
    What are the options avaliable for connecting TIBCO from WTX.

    Regards,
    Partha
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Connecting TIBCO from WTX

    Posted 06/23/10 09:04 AM

    Originally posted by: TarunB


    I'll assume that the 2 are on different machines.

    If you're also using Tibco Rendezvous then TX has an adapter so that you can connect directly to the ESB.

    If not then just treat Tibco and TX as 2 separate applications which need to exchange data. How? Well you could simply just send a file between the 2, or preferably set up a messaging layer between the 2, such as with MQ or JMS. Tibco has a MQ adapter much like TX does.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Connecting TIBCO from WTX

    Posted 06/24/10 10:12 AM

    Originally posted by: SystemAdmin


    Hi,

    Thanks for your reply.
    I tried to work with JMS adapter to connect to TIBCO.
    But could not create the .bindings file as WTX is not having jar file for jms connectivity.

    In the WTX documentation it says that we have to create the following:
    the initial context factory URL as file-based object STORE
    the initial context factory as com.sun.jndi.fscontext.RefFSContextFactory
    the connection factory JNDI lookup name as myQueueCF1
    sets the JNDI queue lookup name as myQ1
    Can you give me an idea about how to create this. I havnt work on jms and I dont have much idea on it.

    Regards,
    Partha
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange