Added registered process names to the AMQP application file
authorMatt Mullins <mmullins@mmlx.us>
Sun, 28 Aug 2011 20:34:46 +0000 (15:34 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 28 Aug 2011 20:34:46 +0000 (15:34 -0500)
amqp/amqp.app

index 1562c04..d3743dd 100644 (file)
@@ -2,6 +2,7 @@
  [{description, "AMQP client operations"},
   {vsn, "1"},
   {modules, [amqp_app, amqp_bot_sup, amqp_bot_connection, amqp_bot_listener]},
+  {registered, [amqp_bot_connection]},
   {applications, [core]},
   {mod, {amqp_app, []}}
  ]}.