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)。