简体   繁体   English

WebSphere 7中的按日期交付的定制JMS队列

[英]Custom JMS Queue in WebSphere 7 to Delivery by Date

We need to make a JMS queue in WebSphere 7 that will not deliver the messages to the MDB until a date specified in the message. 我们需要在WebSphere 7中创建一个JMS队列,直到在消息中指定的日期才将消息传递到MDB。 How does one go about making such a custom queue or queue processor? 如何制作这样的自定义队列或队列处理器? I have so far not been able to find any related information. 到目前为止,我还找不到任何相关信息。

We prefer to use the internal JMS provider, but if this is not possible, we would like to try with WebSphere MQ. 我们更喜欢使用内部JMS提供程序,但是如果不可能,我们想尝试使用WebSphere MQ。

Thanks 谢谢

Based on your initial description this sounds like JMS 2.0 Delayed Delivery? 根据您的最初描述,这听起来像JMS 2.0延迟交付?

IBM MQ v8 implements JMS2.0 - what type of JMS application is sending the message? IBM MQ v8实现JMS2.0-哪种类型的JMS应用程序正在发送消息? If it's a JavaSE application this could send this to a normal MQ queue with the delayed delivery option. 如果是JavaSE应用程序,则可以使用延迟的传递选项将其发送到常规MQ队列。 A any WAS instance could pick up the message. 任何WAS实例都可以接收该消息。

Delivery is implemented in 'the sending side' so the version of receiving side isn't important. 交付是在“发送方”中实现的,因此接收方的版本并不重要。

M. M.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM