Dave Syer
Dave Syer
The `retry()` idea sounds interesting. Where would you put it though? Would you need to call `response.toEntity()` and work with the result so you can base the retry on the...
Pagination idea: use Link headers (https://tools.ietf.org/html/rfc5988).
Example where "/" separators would be useful: the Commander pattern. Commander has 2 groups of endpoints (/commands and /events). * /commands accepts POST and publishes the entities (after maybe some...
Won't it pause the bus and prevent it from accepting the resume event? (That's something to watch out for when someone implements this.)
I still think it's a good idea. Maybe the bus inbound adapters can be excluded from the pause event? Doesn't sound like it should be too hard to me.
The analysis looks good. Do we have a pull request?
Fixed in ca120e6. User can set `--deployer=thin` on command line and/or `--profile=rabbit`.
Unfortunately, there's a bug in the thin wrapper that makes this break in 1.3.1 (two binders on the classpath because the "excludes" feature is broken). has We can fix it...
Why "without transitive dependencies"? Don't you need to verify all dependencies?
Can you explain a bit more with a sample app and a README? Why would you want to use the classpath to set an XML file location (you could just...