davsclaus commented on PR #9660: URL: https://github.com/apache/camel/pull/9660#issuecomment-1486234178
Ah you can copy their javadoc as its better ``` Deliver the message only at or after the specified absolute timestamp. The timestamp is milliseconds and based on UTC (eg: [System.currentTimeMillis()](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.html#currentTimeMillis()). Note: messages are only delivered with delay when a consumer is consuming through a [SubscriptionType.Shared](https://pulsar.apache.org/api/client/2.11.x/org/apache/pulsar/client/api/SubscriptionType.html#Shared) subscription. With other subscription types, the messages will still be delivered immediately. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
