momania
|
b2d939f2dd
|
Use static 'parseFrom' to create protobuf objects instead of creating a defaultInstance all the time.
|
2010-08-12 18:48:46 +02:00 |
|
momania
|
c0930bafef
|
Merge branch 'rpc_amqp'
|
2010-08-12 16:25:20 +02:00 |
|
momania
|
a22d15fb92
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-12 16:19:25 +02:00 |
|
momania
|
357f3fc8d1
|
disable tests again
|
2010-08-12 16:18:11 +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 |
|
Michael Kober
|
00e215a106
|
closing ticket 377, 376 and 200
|
2010-08-12 16:04:43 +02:00 |
|
Michael Kober
|
ef79befe9a
|
added config for WorkStealingDispatcher and HawtDispatcher; Tickets 200 and 377
|
2010-08-12 16:04:43 +02:00 |
|
Michael Kober
|
a16e909521
|
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
|
c7ddab8b11
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-12 15:51:55 +02:00 |
|
Jonas Bonér
|
5605895ea6
|
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
|
9421d1cbdf
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-12 15:39:38 +02:00 |
|
Viktor Klang
|
8df6676e68
|
Add default DEBUG to test output
|
2010-08-12 15:05:45 +02:00 |
|
Jonas Bonér
|
59069fcf32
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-12 14:28:57 +02:00 |
|
Jonas Bonér
|
56c13fc3e6
|
Added tests for remotely supervised TypedActor
|
2010-08-12 14:28:47 +02:00 |
|
Viktor Klang
|
94e01628f0
|
Allow core threads to time out in dispatchers
|
2010-08-12 13:39:20 +02:00 |
|
Viktor Klang
|
1513c2c0c4
|
Moving logback-test.xml to /config
|
2010-08-12 13:38:13 +02:00 |
|
Jonas Bonér
|
374dbded61
|
Add actorOf with call-by-name for Java TypedActor
|
2010-08-12 12:00:24 +02:00 |
|
momania
|
b96f957dea
|
shutdown linked actors too when shutting down supervisor
|
2010-08-12 11:07:36 +02:00 |
|
momania
|
26d8abf214
|
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
|
32483c9744
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-12 09:47:34 +02:00 |
|
Jonas Bonér
|
6db0a97dc7
|
Refactored Future API to make it more Java friendly
|
2010-08-12 09:46:42 +02:00 |
|
Viktor Klang
|
b0aaab2868
|
Extra robustness for Logback
|
2010-08-11 17:02:44 +02:00 |
|
Viktor Klang
|
7557c4c26d
|
Minor perf improvement in Ref
|
2010-08-11 17:01:16 +02:00 |
|
Viktor Klang
|
24f5176bab
|
Ported TransactorSpec to UntypedActor
|
2010-08-11 15:46:17 +02:00 |
|
Viktor Klang
|
8cbcc9dc4c
|
Changing akka-init-script.sh to use logback
|
2010-08-11 15:34:36 +02:00 |
|
momania
|
a622dc8d0f
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
|
2010-08-11 15:30:01 +02:00 |
|
momania
|
7760a48a64
|
added async call with partial function callback to rpcclient
|
2010-08-11 14:49:21 +02:00 |
|
Viktor Klang
|
2307cd510e
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-11 13:41:44 +02:00 |
|
Viktor Klang
|
9dcc81a3aa
|
Switch to Logback!
|
2010-08-11 13:41:09 +02:00 |
|
Viktor Klang
|
4ac6a4e2fe
|
Ported ReceiveTimeoutSpec to UntypedActor
|
2010-08-11 12:27:15 +02:00 |
|
Viktor Klang
|
068fd34d41
|
Ported ForwardActorSpec to UntypedActor
|
2010-08-11 11:57:54 +02:00 |
|
Jonas Bonér
|
e362b3cc6d
|
added init script
|
2010-08-11 11:19:28 +02:00 |
|
momania
|
6f8750bd88
|
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
|
40295d9be4
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-11 09:59:55 +02:00 |
|
momania
|
38fb1881a6
|
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
Conflicts:
akka-amqp/src/main/scala/se/scalablesolutions/akka/amqp/AMQP.scala
|
2010-08-11 09:32:52 +02:00 |
|
Jonas Bonér
|
10c6c52392
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-11 01:15:26 +02:00 |
|
Jonas Bonér
|
093589d132
|
Fixed issue in AMQP by not supervising a consumer handler that is already supervised
|
2010-08-11 01:15:01 +02:00 |
|
Jonas Bonér
|
689f910f86
|
removed trailing whitespace
|
2010-08-10 21:42:27 +02:00 |
|
Jonas Bonér
|
b44580d6f7
|
Converted tabs to spaces
|
2010-08-10 21:41:51 +02:00 |
|
Jonas Bonér
|
8c8a2b03c1
|
Reformatting
|
2010-08-10 21:41:04 +02:00 |
|
Viktor Klang
|
e67ba91198
|
Performance optimization?
|
2010-08-10 18:34:20 +02:00 |
|
Viktor Klang
|
08a0c50529
|
Grouped JDMK modules
|
2010-08-10 13:00:52 +02:00 |
|
momania
|
0a0e546512
|
types seem to help the parameter declaration :S
|
2010-08-10 11:30:56 +02:00 |
|
Viktor Klang
|
be0510df40
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-10 11:05:59 +02:00 |
|
Viktor Klang
|
48a3b76596
|
Reduce memory use per Actor
|
2010-08-10 11:05:42 +02:00 |
|
momania
|
9ef76c409b
|
add durablility and auto-delete with defaults to rpc and with passive = true for client
|
2010-08-10 10:39:56 +02:00 |
|
Jonas Bonér
|
2090761cb1
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-08-10 10:08:01 +02:00 |
|
Jonas Bonér
|
1cbb6a66c1
|
Did some work on improving the Java API (UntypedActor)
|
2010-08-10 10:07:51 +02:00 |
|
Viktor Klang
|
22cf40a971
|
Closing ticket #372, added tests
|
2010-08-09 23:08:22 +02:00 |
|
Viktor Klang
|
19f00f1161
|
Merge branch 'master' into ticket372
|
2010-08-09 22:31:02 +02:00 |
|