Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (3.7 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.

20776940 04/03/2012 01:22 pm Christos KK Loverdos

Sync proeprties

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

dc172222 02/21/2012 04:16 pm Georgios Gousios

Default distribution files

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

Rename the mem store

489d6802 01/30/2012 03:27 pm Georgios Gousios

Implement custom Policy entry and policy storage ops

4050a3c9 01/26/2012 04:52 pm Christos KK Loverdos

Some new billing stuff.

Also using doubles everywhere instead of floats

ad8d8db2 01/04/2012 11:21 am Georgios Gousios

Support for user configurable accounting policy locations

0dcd8f42 01/04/2012 09:16 am Georgios Gousios

Make the number of MongoDB connections a configurable property

ee343d66 01/03/2012 03:36 pm Georgios Gousios

Implement the user event store

eaf0c2d0 12/29/2011 03:15 pm Christos KK Loverdos

Rename the store to better reflect the domain objects

517f5b14 12/29/2011 03:14 pm Christos KK Loverdos

Rename event store to catch semantics better

863efd17 12/22/2011 02:52 pm Christos KK Loverdos

Introduce a time threshold for user state recomputations.

35e76dca 12/22/2011 01:56 pm Georgios Gousios

Main properties file, accidentaly removed