Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的に、HornetQと同等のものが必要です。
message.setLongProperty("JMS_JBOSS_SCHEDULED_DELIVERY", System.currentTimeMillis() + processingDelayInMS);
HornetQのスケジュールされた配信プロパティ"_HQ_SCHED_DELIVERY"(または定数Message.HDR_SCHEDULED_DELIVERY_TIME)を使用します。