Can an NserviceBus 6 endpoint send a message to an NServiceBus bus 5 endpoint?
I have two .Net projects, one defines an endpoint in version 6 and sends a message to an endpoint defined in version 5. The handler in version 5 isn't picking up the message so I cannot get those endpoints to talk to each other. Is this because they are not compatible?