Statistics
| Branch: | Tag: | Revision:

root / src / main / scala / gr / grnet / aquarium / connector / rabbitmq / service / GenericPayloadHandler.scala @ 07322062

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
07322062 05/21/2012 06:18 pm Christos KK Loverdos

Conditionally save events to events store folder

5275697a 05/21/2012 04:56 pm Christos KK Loverdos

Change result type of the json parser used in payload handler

The parser shoulb be as simple as possible. Others will catch errors.

102c12a0 05/21/2012 04:29 pm Christos KK Loverdos

Log errors during the payload handling sequence

6a8f1284 05/18/2012 02:30 pm Christos KK Loverdos

AMQP stuff is now in good shape

We have:
- Automatic pings for rabbitmq consumers.
- Automatic pings for consumer-related event stores.
- When a store goes down, all the relevant consumers stop accepting
messagges, since we must alwaysd be able to store an event....

6107e07c 05/14/2012 05:37 pm Christos KK Loverdos

WIP Rework AMQP stuff

199695ce 05/14/2012 11:49 am Christos KK Loverdos

WIP Rework AMQP stuff