BusinessObjects Board

How to extract JMS Message ID?

Hello,

I have implemented a Real Time Job with JMS Adapter. I am successfully recieving all the data from the XML Message.

Now, I have a requirement to extract the JMS Message ID for every Message that is read from the ESB.

Is it possible to extract the Message id?
Is there any documentation regarding this?

Thanks,
Pradeep


pradeepshenoy (BOB member since 2016-06-15)

No, I don’t think so, I think it’s generated id, Adapter only extracts the message and send to the RT service, and I don’t think the message content will have this id


manoj_d (BOB member since 2009-01-02)

Hi Manoj,

Is there any possibility to extend the JMS Adapter and capture these metadata values? Any kind of custom development using the adapter sdk? Worth a shot? or definitely not possible?

Any comments appreciated.!!

Thanks,
Pradeep


pradeepshenoy (BOB member since 2016-06-15)

You cannot extend the existing adapter
But you can write your own JMS adapter , you find the sample code in test adapter to implement this, check example of polling and sending message to RT service


manoj_d (BOB member since 2009-01-02)