0 votes
in Spring by

Which of the following is NOT a header type in Spring Messaging's MessageHeaders?

a) id

b) timestamp

c) duration

d) contentType

1 Answer

0 votes
by
c) duration

Explanation:

duration is not a predefined header in Spring Messaging's MessageHeaders.
...