cancel
Showing results for 
Search instead for 
Did you mean: 

Change Queue Name in Sender Soap Adapter (or make it dynamic)

0 Kudos

Hello SDN!!!!

We have a scenario where we want to make a message EOIO and I have set the Queue Name in the Sender Soap Adapter and this works great. BUT it is needed to have a more specific queue name (based on order numbers not interface name) So with this being said, Is there any way to change the queue name or append to it from the Soap Sender Adapter. I see it is possible to write a Module Bean, but the Message object returned from the ModuleContext is a scaled down version of the normal message object. Any help would be greatly appreciated

Cheers

Devlin

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I ended up writing a module bean and inserted it into the url as a parameter and selected Use encoded headers, and voila

Former Member
0 Kudos

Hi Devlin,

I have a similar requirement, can you please give more details on this.

stefan_grube
Active Contributor
0 Kudos

Can you put the queue name to the URL? Can you influence the sender of the message that way?

0 Kudos

Is this the only way to change the queue name for Soap Sender? I don't think it is possible for them to do this, as their urls are static when calling us

former_member181985
Active Contributor
0 Kudos

Programatically they can make the URL dynamic.

0 Kudos

Not really we are using a cisco project that doesn't do dynamic urls, if this could be done, how would i set the url?