Commit graph

196 commits

Author SHA1 Message Date
Martin Krasser
0e79d48cf5 CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
David Greco
71a56e991e Small change in the config file 2010-09-25 09:09:52 +02:00
ticktock
49efebc942 Refactor to utilize only one voldemort store per datastructure type 2010-09-24 19:38:28 -04:00
Jonas Bonér
33e491e86e Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/Dispatchers.scala
	akka-actor/src/main/scala/dispatch/MessageHandling.scala
	akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-24 22:49:28 +02:00
ticktock
a17837e4b4 Merge remote branch 'ticktock/master' 2010-09-24 11:27:09 -04:00
David Greco
b7005bcc08 Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 10:09:02 +02:00
David Greco
3e43f6cb8f Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 10:08:27 +02:00
ticktock
ffcd6b3fcd Refactoring Vector to only use 1 voldemort store, and setting up for implementing Queue 2010-09-23 21:14:36 -04:00
David Greco
31f0194b8c Now the hbase tests don't spit out too much logs, made the running of the hbase tests optional 2010-09-23 19:37:18 +02:00
Viktor Klang
e2ac6bb51c Adding Voldemort persistence plugin 2010-09-23 15:12:12 +02:00
Jonas Bonér
21b1eb43fc Merge branch 'master' of git@github.com:jboner/akka 2010-09-22 15:33:00 +02:00
Jonas Bonér
d10e181e16 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/ThreadBasedDispatcher.scala
2010-09-22 15:32:35 +02:00
David Greco
d652d0c2b8 Corrected a bug, now the hbase quorum is read correctly from the configuration 2010-09-22 14:41:19 +02:00
Michael Kober
5a74789323 fixed merge error in conf 2010-09-22 13:14:02 +02:00
Michael Kober
9d4aceb315 Merge branch 'ticket423' 2010-09-22 11:05:36 +02:00
Michael Kober
3838411ec9 closing ticket423, implemented custom placeholder configurer 2010-09-22 10:22:08 +02:00
Jonas Bonér
76939fdb58 Refactored mailbox configuration 2010-09-22 05:31:24 +02:00
ticktock
617eac2e17 merge master of jboner/akka 2010-09-21 10:50:46 -04:00
ticktock
4afdbf3498 provide better voldemort configuration support, and defaults definition in akka-reference.conf, and made the backend more easily testable 2010-09-20 21:28:09 -04:00
David Greco
d702a62f35 Corrected a bug where I wasn't reading the zookeeper quorum configuration correctly 2010-09-20 15:17:22 +02:00
David Greco
63e782dae4 Corrected a bug where I wasn't reading the zookeeper quorum configuration correctly 2010-09-20 15:16:14 +02:00
David Greco
b98ecef8c2 working on the hbase integration 2010-09-15 16:06:02 +02:00
Viktor Klang
9b85da6a67 Updated akka-reference.conf with deadline 2010-09-15 15:15:56 +02:00
Viktor Klang
e49248787c Adding support for BoundedTransferQueue to EBEDD 2010-09-06 19:12:05 +02:00
Viktor Klang
bca39cba20 Fixing ticket #420 2010-09-03 11:45:01 +02:00
Jonas Bonér
3268b1771e Moved ActorSerialization to 'serialization' package 2010-09-01 19:22:39 +02:00
Jonas Bonér
16eeb26ccb Merge branch 'master' of git@github.com:jboner/akka 2010-09-01 18:54:34 +02:00
Viktor Klang
17143b90be Add possibility to set default cometSupport in akka.conf 2010-08-31 18:11:39 +02:00
Viktor Klang
27fe14ebf7 Ripping out Grizzly and replacing it with Jetty 2010-08-31 16:43:47 +02:00
Jonas Bonér
7cd9d384db Added all config options for STM to akka.conf 2010-08-31 10:39:18 +02:00
Jonas Bonér
be32e80985 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
2010-08-29 18:17:36 +02:00
Jonas Bonér
0d5862a332 renamed cassandra storage-conf.xml 2010-08-28 19:26:56 +02:00
Martin Krasser
447eb0ae47 remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Jonas Bonér
55766c21e5 Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
Jonas Bonér
0e8096d4b4 removed trailing whitespace 2010-08-21 16:13:16 +02:00
Jonas Bonér
ca38bc9f9d dos2unix 2010-08-21 15:37:11 +02:00
Jonas Bonér
0ba859961a Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
Jonas Bonér
ba134148ee Added support for reconnection-time-window for RemoteClient, configurable through akka-reference.conf 2010-08-21 13:07:22 +02:00
Jonas Bonér
9c4d28d889 Added option to use a blocking mailbox with custom capacity 2010-08-21 10:45:00 +02:00
Viktor Klang
4073a1e9fd Hard-off-switching SSL Remote Actors due to not production ready for 0.10 2010-08-18 19:02:48 +02:00
Viktor Klang
084fbe237d Added defaults to scan and debug in logback configuration 2010-08-16 12:50:11 +02:00
Viktor Klang
e30ae7ae65 Fixing logback config file locate 2010-08-16 12:48:15 +02:00
Viktor Klang
d6d233298f Added support for pool factors and executor bounds 2010-08-13 23:06:52 +02:00
Viktor Klang
eec2c409f1 Cleaned up code and verified tests 2010-08-13 14:43:02 +02:00
Viktor Klang
51d89c6d92 Merge branch 'master' of github.com:jboner/akka 2010-08-13 13:13:33 +02:00
Viktor Klang
b6444b12a5 Added tests are fixed some bugs 2010-08-13 13:13:27 +02:00
Viktor Klang
f0ac45f374 Adding first support for config dispatchers 2010-08-12 16:41:54 +02:00
momania
a22d15fb92 Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp 2010-08-12 16:19:25 +02:00
momania
505c70d116 making it more easy to start string and protobuf base consumers, producers and rpc style 2010-08-12 16:16:18 +02:00
Viktor Klang
8df6676e68 Add default DEBUG to test output 2010-08-12 15:05:45 +02:00