Statistics
| Branch: | Tag: | Revision:

root / src / test / resources / aquarium.properties @ 07322062

History | View | Annotate | Download (4 kB)

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

Conditionally save events to events store folder

cbd58d68 05/18/2012 04:17 pm Christos KK Loverdos

Read store ping period from configuration (anystore.reconnect.period.millis)

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....

61bfaf2e 05/16/2012 02:31 pm Christos KK Loverdos

WIP Rework AMQP stuff: Automatic reconnection to RabbitMQ

552a773c 05/11/2012 05:47 pm Christos KK Loverdos

WIP Reowrk AMQP stuff and introduce the event bus

58b4f8cb 05/10/2012 06:25 pm Christos KK Loverdos

WIP Reowrk AMQP stuff

6d875fd0 05/10/2012 02:30 pm Christos KK Loverdos

Introduce local configuration

259e0896 05/10/2012 02:00 pm Christos KK Loverdos

Remove unused property

62fcf8c9 04/27/2012 02:16 pm Christos KK Loverdos

Reflective actor is a bit more decoupled now

331172c7 04/25/2012 08:40 am Christos KK Loverdos

Shaving off UserActorManager. Router does the work

f84b8d5c 04/20/2012 12:37 pm Christos KK Loverdos

Gather all services together

ba69480b 04/09/2012 06:27 pm Christos KK Loverdos

Code reorganization

3a9638eb 04/09/2012 02:28 pm Christos KK Loverdos

Initial support for the administrative cookie

04842ee9 04/04/2012 12:01 pm Christos KK Loverdos

Local fs store for events must be outside AQUARIUM_HOME hierarchy

6bac5d11 04/04/2012 01:09 am Christos KK Loverdos

Introduce save.unparsed.event.im

This is a boolean flag. If set to true then a user event arriving from
the queue that cannot be parsed to a UserEvent object is saved to the
UserEventStore.

03046173 03/30/2012 12:10 pm Christos KK Loverdos

Add folder to store incoming events

This is a debugging aid, triggered by the presence of a configuration
key.

97f17fc3 03/27/2012 03:22 pm Christos KK Loverdos

New default port for the REST service

d2992179 03/13/2012 05:51 pm Georgios Gousios

Admin guide, configuration and running

38abb82f 03/12/2012 06:18 pm Georgios Gousios

(untested) support for role -> agreement mappings

95274870 03/08/2012 06:20 pm Georgios Gousios

Remove unused class, set config name for aquarium exchange

89f48579 03/07/2012 03:10 pm Georgios Gousios

Declare multiple queues for reading events

791f1d37 02/07/2012 11:30 am Georgios Gousios

Use in memory store by default for tests

2d62e2be 02/01/2012 05:20 pm Christos KK Loverdos

Rename the mem store

c64f9998 01/31/2012 04:19 pm Georgios Gousios

In memory store for tests, change property files search to /etc/aquarium