How can I do ad hoc message routing in AMPS?

One of the simplest ways to do this is by using regular expression subscriptions and using the name of the topic to indicate the source and destination of the message.

This technique is described in detail on the 60East blog in the post "Easy Request/Response Recipe for AMPS".

Last updated