Commit graph

1734 commits

Author SHA1 Message Date
Martin Krasser
5bb7811533 Closes #392 Support untyped Java actors as endpoint producer 2010-08-14 11:31:15 +02:00
Martin Krasser
29408013cd Merge branch 'master' of github.com:jboner/akka 2010-08-14 08:14:32 +02:00
Martin Krasser
292477cf10 Full Camel support for untyped and typed actors (both Java and Scala API). Closes #356, closes 357.
Additional changes:

- Improved test descriptions
- CamelServiceFeatureTest replaced by ConsumerSpec
- @consume anotation moved to package se.scalablesolutions.akka.camel
- Minor changes in akka-sample-camel
2010-08-14 08:13:21 +02:00
Viktor Klang
854d7a4512 Removing legacy dispatcher id 2010-08-13 16:26:44 +02:00
Viktor Klang
5295c483dc Fix Atmosphere integration for the new dispatchers 2010-08-13 15:31:17 +02:00
Viktor Klang
b05781b658 Cleaned up code and verified tests 2010-08-13 14:43:02 +02:00
Viktor Klang
cd529cd82f Added utility method and another test 2010-08-13 14:02:08 +02:00
Viktor Klang
a5090b1125 Merge branch 'master' of github.com:jboner/akka 2010-08-13 13:13:33 +02:00
Viktor Klang
2428f93f0a Added tests are fixed some bugs 2010-08-13 13:13:27 +02:00
Michael Kober
5bdbfd7e49 fixed untyped actor parsing 2010-08-13 12:27:46 +02:00
Michael Kober
b269142f12 closing ticket198: support for thread based dispatcher in spring config 2010-08-13 11:37:01 +02:00
Michael Kober
95d0b52f35 added thread based dispatcher config for untyped actors 2010-08-13 10:40:54 +02:00
Peter Vlugter
0843807b55 Update for Ref changes 2010-08-13 12:04:04 +12:00
Peter Vlugter
2d2d177e42 Small changes to Ref 2010-08-13 11:08:55 +12:00
momania
621e13324f Cosmetic 2010-08-12 21:51:27 +02:00
momania
b6f05de432 Use static 'parseFrom' to create protobuf objects instead of creating a defaultInstance all the time. 2010-08-12 18:48:46 +02:00
Viktor Klang
a293e16f99 Adding first support for config dispatchers 2010-08-12 16:41:54 +02:00
momania
bbb17e6eb3 Merge branch 'rpc_amqp' 2010-08-12 16:25:20 +02:00
momania
2b0e9a1430 Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp 2010-08-12 16:19:25 +02:00
momania
072425edad disable tests again 2010-08-12 16:18:11 +02:00
momania
50e5e5e298 making it more easy to start string and protobuf base consumers, producers and rpc style 2010-08-12 16:16:18 +02:00
Michael Kober
f0b5d383ce closing ticket 377, 376 and 200 2010-08-12 16:04:43 +02:00
Michael Kober
bef233212e added config for WorkStealingDispatcher and HawtDispatcher; Tickets 200 and 377 2010-08-12 16:04:43 +02:00
Michael Kober
40a91f2a25 ported unit tests for spring config from java to scala, removed akka-spring-test-java 2010-08-12 16:04:43 +02:00
Jonas Bonér
5ad93709e1 Merge branch 'master' of git@github.com:jboner/akka 2010-08-12 15:51:55 +02:00
Jonas Bonér
82ec8b3120 Fixed #305. Invoking 'stop' on client-managed remote actors does not shut down remote instance (but only local) 2010-08-12 15:51:41 +02:00
Viktor Klang
66a71331c3 Merge branch 'master' of github.com:jboner/akka 2010-08-12 15:39:38 +02:00
Viktor Klang
1ec811b21c Add default DEBUG to test output 2010-08-12 15:05:45 +02:00
Jonas Bonér
4dc1eaece4 Merge branch 'master' of git@github.com:jboner/akka 2010-08-12 14:28:57 +02:00
Jonas Bonér
79b3b6dc7d Added tests for remotely supervised TypedActor 2010-08-12 14:28:47 +02:00
Viktor Klang
b5b6574912 Allow core threads to time out in dispatchers 2010-08-12 13:39:20 +02:00
Viktor Klang
cfa68f54b3 Moving logback-test.xml to /config 2010-08-12 13:38:13 +02:00
Jonas Bonér
a6a02de9db Add actorOf with call-by-name for Java TypedActor 2010-08-12 12:00:24 +02:00
momania
295664731e shutdown linked actors too when shutting down supervisor 2010-08-12 11:07:36 +02:00
momania
1ecbae920e added shutdownAll to be able to kill the whole actor tree, incl the amqp supervisor 2010-08-12 10:53:39 +02:00
Jonas Bonér
9dedfab0b3 Merge branch 'master' of git@github.com:jboner/akka 2010-08-12 09:47:34 +02:00
Jonas Bonér
b0b294aa74 Refactored Future API to make it more Java friendly 2010-08-12 09:46:42 +02:00
Viktor Klang
8744ee5cae Extra robustness for Logback 2010-08-11 17:02:44 +02:00
Viktor Klang
79df750b1d Minor perf improvement in Ref 2010-08-11 17:01:16 +02:00
Viktor Klang
3d6500f580 Ported TransactorSpec to UntypedActor 2010-08-11 15:46:17 +02:00
Viktor Klang
3861bea177 Changing akka-init-script.sh to use logback 2010-08-11 15:34:36 +02:00
momania
6b8e20d599 Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp 2010-08-11 15:30:01 +02:00
momania
6393a94195 added async call with partial function callback to rpcclient 2010-08-11 14:49:21 +02:00
Viktor Klang
b1d942b66c Merge branch 'master' of github.com:jboner/akka 2010-08-11 13:41:44 +02:00
Viktor Klang
89722c527e Switch to Logback! 2010-08-11 13:41:09 +02:00
Viktor Klang
6efe4d06ae Ported ReceiveTimeoutSpec to UntypedActor 2010-08-11 12:27:15 +02:00
Viktor Klang
7be2daabdb Ported ForwardActorSpec to UntypedActor 2010-08-11 11:57:54 +02:00
Jonas Bonér
c4f4ddfe6e added init script 2010-08-11 11:19:28 +02:00
momania
93e88305c5 manual rejection of delivery (for now by making it fail until new rabbitmq version has basicReject) 2010-08-11 10:09:04 +02:00
Viktor Klang
910b61dd91 Merge branch 'master' of github.com:jboner/akka 2010-08-11 09:59:55 +02:00