ESBCOMP-21 Set the message exchange ID for redelivery process

master
David BRASSELY 2013-03-07 16:59:16 +01:00
parent 0b2b0e1636
commit 65ac34b099
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,7 @@ public class InboundMessageProcessorListenerEndpoint
.getProperty(MESSAGEID), getSource(me), dc.createExchangeFactory(me.getEndpoint()));
Properties props = new Properties();
props.put(MEXID, me.getProperty(MEXID));
props.setProperty(MEXID, me.getExchangeId());
t.setPropExchange(props);
return t;