Hi. I'm using a static routing slip to configure a routing among my services: SE1 receives a message, elaborate it and sends it to SE2; SE2 receives the message, elaborate it and sends it to SE3 and so on. It works well, but the point is that it's possible that SEn should not elaborate the message it receives, so it's useless it receives that message. So, I could use a CBR between each couple of service to decide if to route the message to that service or not, but I would have many CBR working.... My question is: is it possible to distinguish among services which send the message into a CBR service? In that way, I could have just one CBR with different rules depending on which service sent the message... Thanks, Giuseppe -- View this message in context: http://www.nabble.com/Distinguishing-senders-in-CBR-tf4035863s12049.html#a11465363 Sent from the ServiceMix - User mailing list archive at Nabble.com.
