Question

How to change the default queue for Inbound Request connect messages

  • 15 June 2022
  • 1 reply
  • 102 views

Badge +1

We are receiving a Inbound synchronous message into IFS, by default it is posting to “DEFAULT” queue.  No routing rule is created for this integration. But when I tried to create a routing rule by giving a different queue, the routing rule is not picked.   My question is 

Can we configure routing rules for Inbound synchronous ?  If not possible by routing rule, how to change the default queue for Inbound synchronous messages ? 


1 reply

Userlevel 4
Badge +9

Hi,

first of all: If you would put the message into a queue, it wouldn’t be synchronous. (Queues are always asynchronous.) So, if the message should really be synchronously because you are waiting for the response, you can’t use a queue. Otherwise you would just get the synchronous respnse that the message was put into a queue. But this response wouldn’t help you.

Now to the routing rule: If you access the SOAP Gateway and use a SOAP action, then the BizAPI will be called directly without checking any routing rules. So, just leave the SOAP action empty and the routing rules will be used.

Best regards, Heinz

Reply