litestomp
|
#include <stomp_ex_properties.h>
Data Fields | |
stomp_hash_t * | hash |
This type holds application properties set at the exchange level (in other words, it sets properties that get appended as STOMP headers in the transaction). The exchange properties are durable throughout the message exchange lifetime, therefore they should be cleared if undesired for some particular transaction.
stomp_hash_t* stomp_exchange_properties_t_::hash |