WebSphere Application Server & Liberty

 View Only
  • 1.  Question about the IBM Service Integration Bus Destination Handler

    Posted Thu October 01, 2020 06:21 AM
    My question is about a tool named "IBM Service Integration Bus Destination Handler" (IBM Service Integration Bus Destination Handler, Version 1.1).
    We are trying to use this tool to export the messages currently in a queue of the SIBus to the file system, and then to import them into another queue of another bus. This is the only tool which we found for that job.
    This tool works fine, however we have some messages containing some properties (such as "X-Global-Transaction-ID", "X-Client-IP" or "Content-Type") which are not supported by the tool and prevent these messages from being imported to a new queue.
    We work around this short end by modifying the XML file exported for these messages and commenting these supported properties in these files, but this is very cumbersome.
    Do you know ways to better deal with these messages containing special properties?
    Otherwise, is it possible to get any kind of support on the "IBM Service Integration Bus Destination Handler" (or to get the source code in order to fix this limitation ourselves).

    ------------------------------
    Patrick Marie
    ------------------------------


  • 2.  RE: Question about the IBM Service Integration Bus Destination Handler

    Posted Fri October 02, 2020 04:38 AM
    Hi Patrick
    It looks to me like the properties are coming from a HTTP header.
    Well, I don't know much about SIBus.
    But if it is JMS compatible, then IBM Integration Bus or App Connect Enterprise could be used to read messages and store them in the file system.
    That tool is independent from WAS.

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 3.  RE: Question about the IBM Service Integration Bus Destination Handler

    Posted Fri October 02, 2020 08:55 AM
    Hi Matthias and thank you for your answer.
    We could certainly implement a tool to work with the SIBus queues using WAS, BAW, App Connect or another development platform. Our purpose is not to implement such a tool ourselves, but find one that already exists and does what we need (we do not want to reinvent the wheel).
    "IBM Service Integration Bus Destination Handler" seems to be the only possible candidate. It does almost all we need. Unfortunately, it does not seem to support some of the properties which can be found in our messages. That is the reason for my question in this forum.

    ------------------------------
    Patrick Marie
    ------------------------------



  • 4.  RE: Question about the IBM Service Integration Bus Destination Handler

    Posted Fri October 02, 2020 02:34 PM
    As I remember Hermes JMS Client had ability to export and replay messages together with user properties.
    However Hermes is not maintained actively so it may have other deficiencies.

    ------------------------------
    Sebastian Tylko
    ------------------------------