📜Hornet 1.16.31
Last updated
Release Date: Friday, March 20, 2026
No issues have compatibility implications
Enable sendMessage() to accept a channel name
This release adds additional overloaded sendMessage() methods in Hornet to accept a channel name. If specified, the method will bypass channel resolution by message type and send the message through the specified channel name
New attribute in service XML that marks a channel as receive only
Added receiveOnly attribute for channels in the service XML. When set to true, the channel can only be used for receiving messages — any attempt to map a message for sending on it will fail at configuration time. A channel cannot be both receiveOnly and the default channel.
Upgrade hk2-locator dependency to 2.5.0
This release upgrades the hk2-locator dependency to v2.5.0
Last updated

