-1

I am receiving messages for two parties on the same endpoint. My receive port receives AS2 messages, not EDI, and I am trying to route this messages.

How can I route the messages I receive to a different locations for each party?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
Oana Jișa
  • 11
  • 1

1 Answers1

0

The usual method is to have a field in either the payload or headers that you mark as a promoted property in the schema, and then have filters on your send port that subscribe to that.

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54