cancel
Showing results for 
Search instead for 
Did you mean: 

EOIO queue name change

Former Member
0 Kudos

Hi All,

any possibility EOIO queue name can be changed in Message mapping??

Thank You,

Madhav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Madav,

Yes, you can able to changet the Queue name in the message mapping. Use Environment variable in the message mapping, get proper Queue variable name and change according to your requirement.

Thanks,

RK

Former Member
0 Kudos

Hi Rajendra,

Can you please provide me the psuedo code for the same.

Thank You,

Madhav

pedro_baroni3
Active Contributor
0 Kudos

Hi Madhav,

Similar to:


public String setVariable(Container container){

String variable = "Test";
java.util.Map map;

// get constant map
map = container.getTransformationParameters();

// get value
//variable = (String) map.get(StreamTransformationConstants.QUEUE_ID);

// set value
map.put( StreamTransformationConstants.QUEUE_ID, variable );

return variable;

See Context Object Names in:

[Technical Context Objects|http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm]

Regards,

Pedro Baroni

naveen_chichili
Active Contributor
0 Kudos

Hi Madhav,

You can give different EOIO Queue name in the sender communication channel....so that the message goes to the newly provided queue name..

Reards,

Naveen