Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Limitation on UserPropertyMap of Solace Message Format
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 ??
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