Regarding AMQP Messaging paradigm and pattern in E-Lang

Yuvaraj Athur Raghuvir <[email protected]>
Newsgroups gmane.comp.lang.e.general
Message-ID <[email protected]>
Hello,

Recently I came across AMQP (www.amqp.org) which defines an interesting,
extensible and flexible message routing paradigm. The three major elements
are exchange, binding and queues. With these three constructs, many of the
standard messaging patterns can be realized.

>From my understanding, computation is moving towards the network and thus,
messaging and routing starts to play an important role.

In Capability based systems (OCAP), the management of capability is through
explicit exchange of reference - the Granovetter diagram. This defines a
point-to-point interaction model. In the world of messaging, this
point-to-point seems to be one case of the possible many. Further, it is now
becoming important that the messages are delivered not on a destination
specification but on a pattern based specification of the destination. This
allows for time independence of message creation and delivery.

Since the AMQP decouples the publisher via the exchange and the consumer via
the queue, and manages the relation between the exchange and queue via
binding, I wonder what would be the corresponding security pattern in
E-Language. In particular, how to create a binding between the exchange and
queue so that the security paradigm is not violated?

Any thoughts?

Regards,
Yuva

_______________________________________________
e-lang mailing list
[email protected]
http://www.eros-os.org/mailman/listinfo/e-lang
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.