cancel
Showing results for 
Search instead for 
Did you mean: 

Conversation ID

Former Member
0 Kudos

How do we get the queue name or Conversation ID of the messages in holding status in Adapter Framework ? Is this the queue name that we assign arbitrarily when we enter the parameters in receiver communication channel under queue name ?

Ajith

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ajith,

the netweaver documentation states:

To support complex communication procedures as simple request/response mechanisms, the sender is provided with the optional ConversationID tag for each message. All messages with the same ConversationID belong to the same communication procedure or integration process.

If DeliverySemantic (see below under Quality of Service) is Exactly Once In Order, the ConversationID is identical to the queue ID of the Integration Server. This defines the serialization context, and all messages with the same ConversationID and with quality of service Exactly Once In Order must be delivered in the same sequence that they were received.

RefToMessageID is the MessageID of a previous message that is referenced by the current message. In the case of a synchronous response, RefToMessageID must be set to the message ID of the referenced message.

So, yes it is the queue name provided inside CC config.

Regards

Sven

Answers (2)

Answers (2)

former_member216353
Participant
0 Kudos

Hi Ajith,

The simple answer for this would be

1. In RWB, when you view the message details, under the first tab, you will find the conversation Id.

2. You can view the conversation Id's in general for all the messages , by selecting this property in the Additonal Details in RWBMessageMonitoringDataBase.

Let us know, if you need any further help

Regards,

Younus

Former Member
0 Kudos

Hi Ajith,

You can sue this URL....give msg ID and other mandatory field and status as 'holding' to retrive the Conversation ID

http://<host>:<port>/MessagingSystem/monitor/filter.jsp

Regds,

Pinangshuk.

Former Member
0 Kudos

Is this the queue name that we assign arbitrarily when we enter the parameters in receiver communication channel under queue name ?

Ajith