Add rabbitmq.imevents.credit property
authorChristos KK Loverdos <loverdos@gmail.com>
Wed, 22 Aug 2012 15:12:42 +0000 (18:12 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Wed, 22 Aug 2012 15:12:42 +0000 (18:12 +0300)
pom.xml
src/main/resources/aquarium.properties
src/test/resources/aquarium.properties

diff --git a/pom.xml b/pom.xml
index 27c88f6..92d2819 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <preparationGoals>clean verify</preparationGoals>
         </configuration>
       </plugin>
+
+      <!--<plugin>-->
+        <!--<groupId>org.apache.maven.plugins</groupId>-->
+        <!--<artifactId>maven-shade-plugin</artifactId>-->
+        <!--<version>1.7.1</version>-->
+        <!--<configuration>-->
+          <!--&lt;!&ndash; put your configurations here &ndash;&gt;-->
+        <!--</configuration>-->
+        <!--<executions>-->
+          <!--<execution>-->
+            <!--<phase>package</phase>-->
+            <!--<goals>-->
+              <!--<goal>shade</goal>-->
+            <!--</goals>-->
+          <!--</execution>-->
+        <!--</executions>-->
+      <!--</plugin>-->
     </plugins>
   </build>
 </project>
index 325d4a9..fa87c45 100644 (file)
@@ -31,6 +31,9 @@ rabbitmq.rcevents.queues=pithos:pithos.resource.#:aquarium-pithos-rcevents,cycla
 # Queue declarations for receiving IM events, format is "exchange:routing.key:queue"
 rabbitmq.imevents.queues=astakos:astakos.user:aquarium-imevents
 
+# For sending credit modifications
+rabbitmq.imevents.credit=astakos:astakos-events-credit
+
 # REST service listening port
 rest.port=8888
 
index e86d736..4047db9 100644 (file)
@@ -31,6 +31,9 @@ rabbitmq.rcevents.queues=pithos:pithos.resource.#:aquarium-pithos-rcevents,cycla
 # Queue declarations for receiving IM events, format is "exchange:routing.key:queue"
 rabbitmq.imevents.queues=astakos:astakos.user:aquarium-imevents
 
+# For sending credit modifications
+rabbitmq.imevents.credit=astakos:astakos-events-credit
+
 # REST service listening port
 rest.port=8888