Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768628
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
850 B
Referenced Files
None
Subscribers
None
README.md
View Options
#
Keruald
Broker
Abstraction
library
to
use
message
brokers
.
Current
focus
is
to
prepare
a
reference
AMQP
implementation
.
##
Sample
code
You
can
initialize
an
instance
of
the
class
,
then
use
the
fluency
pattern
to
cascade
your
instructions
to
connect
to
the
server
,
parameter
the
target
and
then
send
message
.
For
example
,
to
send
a
message
to
the
RabbitMQ
'
haiku
'
exchange
point
,
with
a
specific
routing
key
to
allow
consumers
to
see
if
they
'
re
interested
by
the
message
:
```
$
broker
=
new
AMQPBroker
();
$
broker
->
connect
()
->
setExchangeTarget
(
'
haiku
'
)
->
routeTo
(
'
basho
.
oldpond
'
)
->
sendMessage
(
'古池や蛙飛び込む水の音'
);
```
##
Add
an
implementation
for
another
broker
We
'
re
interested
to
solve
the
target
problem
.
We
wanted
to
initially
offer
both
Exchange
and
Queue
classes
,
but
brokers
treat
them
differently
.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 09:17 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255057
Default Alt Text
README.md (850 B)
Attached To
Mode
rKBROKER Keruald Broker
Attached
Detach File
Event Timeline
Log In to Comment