Commit graph

349 commits

Author SHA1 Message Date
Jonas Bonér
ef452881f0 Removed trailing whitespace 2010-05-21 20:08:49 +02:00
Jonas Bonér
8842362f42 Re-introducing 'sender' and 'senderFuture' references. Now 'sender' is available both for !! and !!! message sends 2010-05-19 10:09:30 +02:00
Viktor Klang
ffedcf427b Added Receive type 2010-05-16 23:45:36 +02:00
Jonas Bonér
02ee7eca69 Merge branch 'master' of git@github.com:jboner/akka 2010-05-16 20:15:51 +02:00
Jonas Bonér
9aaad8c03c Merged with master and fixed last issues 2010-05-16 20:15:08 +02:00
Jonas Bonér
f7407d3adf Rewritten "home" address management and protocol, all test pass except 2 2010-05-16 10:59:06 +02:00
Jonas Bonér
dfc45e0a71 Refactored code into ActorRef, LocalActorRef and RemoteActorRef 2010-05-13 15:40:49 +02:00
Martin Krasser
c2efd39661 Allow applications to disable stream-caching (#202) 2010-05-12 15:39:13 +02:00
Martin Krasser
9a1c10a7dd Message API improvements 2010-05-10 14:38:03 +02:00
Martin Krasser
7d00a2b48b Deactivate endpoints of stopped consumer actors (AKKA-183) 2010-05-09 15:35:43 +02:00
Jonas Bonér
cb7bc48b63 Fixed Actor initialization problem with DynamicVariable initialied by ActorRef 2010-05-08 21:24:43 +02:00
Jonas Bonér
931f8b4026 Added isOrRemoteNode field to ActorRef 2010-05-08 21:09:37 +02:00
Viktor Klang
6b30bc8c4f Switched newActor for actorOf 2010-05-08 19:01:12 +02:00
Viktor Klang
ae6eb54ee9 newActor(() => refactored 2010-05-08 15:59:11 +02:00
Jonas Bonér
fb3ae7ed2b Rewrite of remote protocol to use the new ActorRef protocol 2010-05-07 11:19:19 +02:00
Jonas Bonér
df8f0e0f3b Renamed ActorID to ActorRef 2010-05-06 08:13:12 +02:00
Jonas Bonér
5dd88413a7 Cleanup and minor refactorings, improved documentation etc. 2010-05-05 14:44:29 +02:00
Jonas Bonér
4f66e90aa0 ActorID: now all test pass, mission accomplished, ready for master 2010-05-03 21:00:54 +02:00
Jonas Bonér
5ca4e74ef0 ActorID: all tests passing except akka-camel 2010-05-03 19:23:17 +02:00
Jonas Bonér
22116b922a akka-core now compiles 2010-05-02 10:40:13 +02:00
Viktor Klang
cccfd51ed1 Initial parametrization 2010-04-23 20:46:58 +02:00
Viktor Klang
2593fd3ab3 Change sender and senderfuture to Either 2010-04-06 22:37:34 +02:00
Martin Krasser
75e887c7e6 fixed warning, usage of 2.8 features: default arguments and generated copy method. 2010-03-26 18:11:17 +01:00
Viktor Klang
fbef975746 compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
Martin Krasser
13b9d1bcc1 Extension/rewriting of remaining unit and functional tests 2010-03-20 09:20:01 +01:00
Martin Krasser
b0fa275041 traits for configuring producer behaviour 2010-03-20 09:14:16 +01:00
Martin Krasser
036f79f040 Extension/rewrite of CamelService unit and functional tests 2010-03-19 14:07:54 +01:00
Martin Krasser
61aa156ff9 Fixed issue with file URL to embedded repository on Windows. 2010-03-18 21:20:48 +01:00
Martin Krasser
d453aabcda Merge branch 'master' of github.com:jboner/akka 2010-03-18 16:37:09 +01:00
Martin Krasser
c8a7b3c6a9 extension/rewrite of actor component unit and functional tests 2010-03-18 16:34:08 +01:00
Jonas Bonér
f0e53bc049 moved akka.annotation._ to akka.actor.annotation._ to be merged in with akka-core OSGi bundle 2010-03-17 14:31:50 +01:00
Jonas Bonér
10a6a7d32f Merged in Camel branch 2010-03-17 00:43:07 +01:00
Jonas Bonér
08e3a6156d Minor syntax edits 2010-03-16 22:54:48 +01:00
Martin Krasser
e056af15fa support for remote actors, consumer actor publishing at any time 2010-03-11 15:53:17 +01:00
Martin Krasser
f8fab07bc8 error handling enhancements 2010-03-08 16:38:23 +01:00
Martin Krasser
35a557de6d performance improvement 2010-03-06 19:23:10 +01:00
Martin Krasser
a6ffa67846 Added lifecycle methods to CamelService 2010-03-06 10:32:01 +01:00
Martin Krasser
9f31bf5c31 Fixed mess-up of previous commit (rollback changes to akka.iml), CamelService companion object for standalone applications to create their own CamelService instances 2010-03-06 08:54:10 +01:00
Martin Krasser
68fcbe8562 fixed compile errors after merging with master 2010-03-05 22:18:26 +01:00
Martin Krasser
c0b41379e6 Producer trait for producing messages to Camel endpoints (sync/async, oneway/twoway), Immutable representation of Camel message, consumer/producer examples, refactorings/improvements/cleanups. 2010-03-05 19:38:23 +01:00
Martin Krasser
3b62a7a658 use immutable messages for communication with actors 2010-03-01 13:35:11 +01:00
Martin Krasser
94483e102d changed actor URI format, cleanup unit tests. 2010-03-01 06:07:32 +01:00
Martin Krasser
a86fc10968 initial camel integration (early-access, see also http://doc.akkasource.org/Camel) 2010-02-25 17:19:50 +01:00
Jonas Bonér
0abf5205f7 upgraded many dependencies and removed some in embedded-repo that are in public repos now 2009-12-17 21:12:48 +01:00
jboner
015bf584a0 removed transient life-cycle and restart-within-time attribute 2009-11-11 22:48:49 +01:00
jboner
900a7eda0a finalized new STM with Multiverse backend + cleaned up Active Object config and factory classes 2009-10-17 00:37:56 +02:00
jboner
c895ab0afa added camel tests 2009-09-23 09:03:27 +02:00
jboner
91ad702e52 2:nd iteration of modularization 2009-09-02 09:10:21 +02:00
jboner
ab6637044f splitted kernel up in core + many sub modules 2009-09-01 08:56:44 +02:00