When adding a property to the RemoteMessage context, e.g.
RemoteMessage rm = new RemoteMessage(); .... Property prop=rm.getContext().setProperty("prop1", "value1", Scope.MESSAGE); prop.addLabels(HttpInvokerLabel.HEADER.label());
The property gets transported to the SwitchYardRemotingServlet but is not transferred to the exchange message.