<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/workling/clients/sync_amqp_client.rb</filename>
    </added>
    <added>
      <filename>lib/workling/return/store/sync_amqp_return_store.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,32 @@ production:
   listens_on: localhost:15151
 
 development:
-  listens_on: localhost:22122
+  #listens_on: localhost:22122 # starling
+  listens_on: localhost:5672 # rabbitmq
+  # 5673 can be used if using tracer tool : http://www.rabbitmq.com/examples.html#tracer
+  # The tracer utility works as a proxy between RabbitMQ and the workling client.
+  sleep_time: 0.05
+
+  # amqp_options are shared among all amqp adapters, including the tmm1-amqp aync adapter
+  amqp_options:
+    #host: localhost
+    #port: 5672
+    user: guest
+    pass: '123456'
+    vhost: '/'
+    logging: false
+
+  sync_amqp_options:
+    client:
+      queue_options:
+        durable: false
+      message_options:
+        persistent: false
+    returnstore:
+      queue_options:
+        durable: false
+      message_options:
+        persistent: false
 
   ### Amazon AWS
   # This can be used when not using AWS, but will be the</diff>
      <filename>config/workling.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>42f677696c15223e27f1e2f1dd4cbd4f116a535f</id>
    </parent>
  </parents>
  <author>
    <name>Dan Sketcher</name>
    <email>dan@sketcher.net</email>
  </author>
  <url>http://github.com/touchlocal/workling/commit/4abb671283adb85816808d181fa0bbfe2c62c969</url>
  <id>4abb671283adb85816808d181fa0bbfe2c62c969</id>
  <committed-date>2009-11-03T03:34:49-08:00</committed-date>
  <authored-date>2009-11-03T03:34:49-08:00</authored-date>
  <message>Add support for Synchronous access to AMQP (RabbitMQ) via the Bunny and Carrot gems</message>
  <tree>532a79fa662c742d9561f0baf8cf74c16783945c</tree>
  <committer>
    <name>Dan Sketcher</name>
    <email>dan@sketcher.net</email>
  </committer>
</commit>
