Fix compilation error due to API change in rabbitmq client lib
authorChristos KK Loverdos <loverdos@gmail.com>
Fri, 25 May 2012 10:26:16 +0000 (13:26 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Fri, 25 May 2012 10:26:16 +0000 (13:26 +0300)
src/main/scala/gr/grnet/aquarium/connector/rabbitmq/RabbitMQConsumer.scala

index ad3ef4f..8855b51 100644 (file)
@@ -313,7 +313,8 @@ class RabbitMQConsumer(val conf: RabbitMQConsumerConf,
     def handleShutdownSignal(consumerTag: String, sig: ShutdownSignalException) = {
     }
 
-    def handleRecoverOk() = {
+
+    def handleRecoverOk(consumerTag: String) = {
     }
 
     def handleDelivery(consumerTag: String, envelope: Envelope, properties: BasicProperties, body: Array[Byte]) = {