Synchronized publishing

Hi all,

My problem is that I need the messages read from the bus are in the same order they are published. Actually I have observed that this condition is not verified…so I’m thinking how to solve the problem.

If he channel bheaviour foreseen that a message is removed from the channel after it is read I could synchronize the publishing of a new message by verifying the channel is empty.

Have you some other suggestions?

Thanks a lot