[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[smila-dev] Connectivity changed towards job management
|
Hi devs,
SMILA connectivity implementation has changed for the new job management.
This means (in very short summary), records are no longer routed to the queue (ActiveMQ), instead they are pushed to a job (resp. to the Bulkbuilder which is part of the new job management).
There will be some additional information when wiki documentation, 5-minutes-to-success, etc. have been updated.
The old connectivity implementation was deleted, the following bundles have been removed:
- org.apache.activemq.core
- org.apache.activemq.test
- connectivity.queue
- connectivity.queue.broker.main
- connectivity.queue.worker.jms
- connectivity.queue.worker.test
- connectivity.queue.worker.wrongconfig.test
- jms
- jms.activemq
- connectivity.queue.worker will also be removed (not implemented yet)
Furthermore, "org.eclipse.smila.connectivity.impl" was renamed to "org.eclipse.smila.connectivity.bulkbuilder".
Regards,
Andreas