Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Polling Consumer allows to configure initial queue size and whether to block when full when using the default EventDrivenPollingConsumer which most components does. We now block by default, as otherwise the message may be lost if the queue was full, and a new message was offered.
  • camel-scala upgraded from Scala 2.10.x to 2.11.x
  • The option useSsl has been removed from camel-twitter as ssl is always enabled now, enforced by twitter
  • Fixed Restlet to return error code 405 (instead of 4040 404 if a http method is not allowed

...