Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why Setting Values Does Not Work Using javax.jms.Message.setJMSPriority , DeliveryMode , Destination , TimeStamp or Expiration Setters ?

0
Posted

Why Setting Values Does Not Work Using javax.jms.Message.setJMSPriority , DeliveryMode , Destination , TimeStamp or Expiration Setters ?

0

The respective setter methods in javax.jms.Message are to be used only by the JMS Provider. These message values are overwritten by the system on each send/publish. You should use the respective setters in the MessageProducer, QueueSender, or TopicPublisher classes (i.e., setJMSPriority, setDeliveryMode, setTimeToLive).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.