Limitation on UserPropertyMap of Solace Message Format
sysem
Member Posts: 15 ✭
Is there any limitation for UserPropertyMap of a solace message (SMF) ??
==> Size ?? number of bytes ??
Or as long as the whole message <64Mb (Direct) / <32Mb (Gurantee), it is still okay ??
0
Answers
-
The size of the userPropertyMap must be less than 16MB. This is not an exact number, you will never get as much as 16MB. The user property map is carried in the 'meta' data of the message which cannot exceed 16MB. Other meta data such as 'reply-to', 'correlation-id', and most JMSx properties are also carried in the meta data.
1