For the complete documentation index, see llms.txt. This page is also available as Markdown.

📜Hornet 1.16.31

Release Date: Friday, March 20, 2026

Compatibility Notes

No issues have compatibility implications

Change Summary

New Features

TOA-129

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

TOA-131

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.

Improvements

TOA-130

Upgrade hk2-locator dependency to 2.5.0

This release upgrades the hk2-locator dependency to v2.5.0

Last updated