17.6. 示例
例如,要测试是否将一组消息发送到队列,然后从队列使用,而不丢失任何消息:
// send the dataset to a queue from("dataset:foo").to("activemq:SomeQueue"); // now lets test that the messages are consumed correctly from("activemq:SomeQueue").to("dataset:foo");
以上看起来是 Registry,以查找用于创建消息的 foo DataSet 实例。
然后,您可以创建一个 DataSet 实施,如使用 SimpleDataSet
,如配置数据集合方式以及消息等。