|
Session-based communication is done over a connection
or a virtual connection using a stateful
service. In other words, a session-based message is only sent
when there's a service actively listening and prepared to receive
the message. Session-based messages can be either durable
or non-durable. By its
nature session based messaging creates tight
coupling. To avoid this coupling, use Sessionless messages
instead.
|
|