Results 1 to 3 of 3

Thread: Spring Messaging with Tibco

  1. #1

    Default Spring Messaging with Tibco

    I would like to replace our Tibco BusinessWorks applications with Spring applications. There is an excellent book, Spring Enterprise Recipes, that includes a chapter on Messaging. Unfortunately, the examples use Apache ActiveMQ configurations and I would like to know how to configure my connectionFactory to use the Tibco bus.
    Are there any examples available? If not, can someone please show me what class to use and how to configure it?

    I will also need to convert the inbound messages to an object based on an .xsd schema. Use JaxB or?

  2. #2
    Join Date
    Nov 2010
    Posts
    1

    Default did you figure this out

    I'm trying to solve a similar problem and wanted to know how you proceeded? If you have input pls share.

  3. #3
    Join Date
    Nov 2008
    Posts
    20

    Default Spring -Tibco - JMS configuration

    Hi,

    Here is the different ways I used:

    Configuring Synchronous mode:

    http://myjavatechnologies.blogspot.c...tegration.html

    Configuring Asynchronous mode:

    http://myjavatechnologies.blogspot.c...tegration.html

    Thanks,
    Archana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •