RabbitMQ Integration - Updates changeset 11110 - Review comments incorporated

Change-Id: I0bfd7838b87d55769165b21dc735e1ba4468b611
diff --git a/apps/rabbitmq/BUCK b/apps/rabbitmq/BUCK
new file mode 100644
index 0000000..69f8c08
--- /dev/null
+++ b/apps/rabbitmq/BUCK
@@ -0,0 +1,24 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//incubator/api:onos-incubator-api',
+    '//lib:guava',
+    '//lib:gson',
+    '//lib:amqp-client',
+]
+
+BUNDLES = [
+   '//apps/rabbitmq:onos-apps-rabbitmq',
+]
+
+osgi_jar (
+    deps = COMPILE_DEPS,
+)
+
+onos_app (
+    title = 'Rabbit MQ APP',
+    category = 'Traffic Steering',
+    url = 'http://onosproject.org',
+    description = 'Rabbit MQ application.',
+    required_apps = [ 'org.onosproject.proxyarp' ],
+    included_bundles = BUNDLES,
+)