136.3. queue producer - to ("hazelcast-queue:foo")
队列制作者提供 10 个操作:* add * poll * peek * offer * remove value * remaining capacity * remaining * remove all * remove all * take * take * retain all
136.3.1. 添加 的示例:
from("direct:add")
.setHeader(HazelcastConstants.OPERATION, constant(HazelcastOperation.ADD))
.toF("hazelcast-%sbar", HazelcastConstants.QUEUE_PREFIX);