RayRoestenburg
d0a50f66e7
Tickets #1924 #1925 #2383 #2387 #1927 #1926
...
Changed unlimited blocking to block up untill the replyTimeout, and added a test for it, where manual Ack is never received ticket #1926
removed unnecesary methods
2012-09-25 17:57:07 -05:00
Roland
ce49ffe3c6
remove all but one occurrence of single-arg tell()
2012-09-19 23:55:53 +02:00
Roland
251a62293a
unb0rk akka-actor-nightly build
...
This means tightening types from Duration to FiniteDuration in several
places; a good thing, since we replace runtime complaints by compile
time errors.
2012-09-14 16:44:38 +02:00
Viktor Klang
4a15892b84
Merge with master
2012-08-14 16:29:38 +02:00
Viktor Klang
c94d2c7274
#2384 - Adding implicit EC for activation and deactivation future call
2012-08-14 13:16:43 +02:00
Björn Antonsson
4d114eb2c6
Quiet down the camel tests. See #2339
2012-08-14 12:41:25 +02:00
Viktor Klang
7ba74434de
Removing awaitActivation and awaitDeactivation and just retain the future-returning methods as to promote not to block.
2012-07-25 20:11:18 +02:00
Viktor Klang
985d17de63
Merging with master
2012-07-23 15:49:19 +02:00
RayRoestenburg
58c9785db1
processed code review, still have to do docs comments
2012-07-22 13:32:26 +02:00
RayRoestenburg
ee4a8afee9
Changed akka camel URI pattern to akka ActorPath pattern, like akka://system/user/someactor
...
fixed some fixmes regarding using the reference.conf config
Added some more java tests for custom routes with producers and consumers
changed autoack to autoAck
2012-07-20 20:49:16 +02:00
Viktor Klang
54a3a44bf8
#2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration
2012-06-29 13:33:20 +02:00
RayRoestenburg
82d9427ad4
Removed akka.camel.Failure, replaced with akka.actor.Status.Failure, fixed tests
2012-05-11 09:46:49 +02:00
Piotr Gabryanczyk
7da8fa132a
Made message conversions on producer more user friendly by renaming it and adding outgonig message converter.
...
Part II
2012-03-30 11:18:07 +01:00
RayRoestenburg
f74616f828
Processed review wip-camel pull request 344
2012-03-17 21:23:06 +01:00
Piotr Gabryanczyk
4d6511c5c6
Rebased and squashed all changes to akka camel so far from Piotr and Ray
2012-03-17 09:19:57 +01:00
Viktor Klang
1b730b5c82
Removing Channel(s), tryTell etc, everything compiles but all tests are semibroken
2011-10-31 16:09:51 +01:00
Viktor Klang
77dc9e9c35
#1299 - Removing reply and tryReply, preparing the way for 'sender ! response'
2011-10-19 16:59:47 +02:00
Peter Vlugter
8297f459e3
Some clean up of the compile and test output
2011-09-27 18:00:26 +02:00
Peter Vlugter
7b1cdb4457
Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202
...
- removed SelfActorRef
- added an ActorContext interface that provides a view into ActorInstance
- the ActorInstance (as ActorContext) gets injected into the Actor
- moved self methods like sender and reply directly to the Actor
2011-09-19 12:03:15 +02:00
Martin Krasser
43edfb09e5
Temporarily exclude test until race condition is analyzed and fixed
2011-09-15 09:46:12 +02:00
Viktor Klang
bbb79d8e0d
Start removed but cluster is broken
2011-09-08 11:02:17 +02:00
Viktor Klang
b23a8fffeb
removing replySafe and replyUnsafe in favor of the unified reply/tryReply
2011-07-20 15:58:28 +02:00
sclasen
5e8f844545
first pass at moving modules over, sbt project compiles properly
2011-05-23 11:37:56 -04:00
Jonas Bonér
f97d04f1b7
Separated core from modules, moved modules to akka-modules repository
2010-11-23 15:31:28 +01:00
Viktor Klang
a808affa46
Fixing ticket #530
2010-11-14 16:29:07 +01:00
Martin Krasser
5550e743a2
Customizing routes to typed consumer actors (Scala and Java API) and refactorings.
2010-11-09 13:52:20 +01:00
Martin Krasser
1913b32738
Java API for customizing routes to consumer actors
2010-11-08 14:13:50 +01:00
Viktor Klang
370e612981
Fixing Akka Camel with the new package
2010-10-26 13:45:06 +02:00
Viktor Klang
680ee7ddf1
BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages
2010-10-26 12:49:25 +02:00
Martin Krasser
2a602a5f9d
Tests for Message Java API
2010-10-09 10:17:42 +02:00
Martin Krasser
617478e9ec
Java API for Message and Failure classes
2010-10-09 10:16:47 +02:00
Martin Krasser
beb77b17d8
Java API for CamelServiceManager and CamelContextManager (refactorings)
2010-10-06 13:58:56 +02:00
Martin Krasser
77d5f39955
Java API for CamelServiceManager and CamelContextManager (usage of JavaAPI.Option)
2010-10-05 15:49:11 +02:00
Jonas Bonér
0e8096d4b4
removed trailing whitespace
2010-08-21 16:13:16 +02:00
Martin Krasser
979cd371e6
Closes #392 Support untyped Java actors as endpoint producer
2010-08-14 11:31:15 +02:00
Martin Krasser
78e2b3a43b
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
Jonas Bonér
b7ed58cc65
Changed the Spring schema and the Camel endpoint names to the new typed-actor name
2010-07-31 00:52:46 +02:00
Martin Krasser
fc83d8fc86
Fixed failing (and temporarily disabled) tests in akka-spring after refactoring from ActiveObject to TypedActor.
...
- Further:
* Dropped support for @PostConstruct
* Cleaned up typed actor implementations for testing
2010-07-30 13:17:44 +02:00
Jonas Bonér
0d51c6f1d4
TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now).
2010-07-27 21:48:33 +02:00
Jonas Bonér
b8bdfc017b
Converted all TypedActor tests to interface-impl, code and tests compile
2010-07-27 10:38:17 +02:00
Jonas Bonér
e48572f32e
Added TypedActor and TypedTransactor base classes.
...
Renamed ActiveObject factory object to TypedActor.
Improved network protocol for TypedActor.
Remote TypedActors now identified by UUID.
2010-07-26 20:03:33 +02:00
Martin Krasser
97ee7fd524
remote consumer tests
2010-06-10 17:11:20 +02:00
Martin Krasser
f2e5fb1c0a
Initial tests for active object support
2010-06-04 17:37:32 +02:00