Skip to content

Commit

Permalink
Add amqp config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeeters committed Jun 5, 2014
1 parent 583da2a commit addd7ae
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,26 @@ eggs +=
plone.reload
zcml +=
iw.debug
zope-conf-additional =
%import collective.zamqp
<amqp-broker-connection>
connection_id dms.connection
hostname 127.0.0.1
port 5672
username guest
password guest
heartbeat 120
keepalive 60
</amqp-broker-connection>
<amqp-consuming-server>
connection_id dms.connection
site_id plone
user_id admin
</amqp-consuming-server>
<product-config imio.dms.amqp>
client_id AA
routing_key AA
</product-config>

# create bin/test command
[test]
Expand Down Expand Up @@ -121,4 +141,4 @@ eggs =

[omelette]
eggs +=
${test:eggs}
${test:eggs}

0 comments on commit addd7ae

Please sign in to comment.