Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/camel-jms/src/main/docs/jms-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ filename header for the File Component, and so on.
The current header name strategy for accepting header names in Camel is
as follows:

* Dots are replaced by `_DOT_` and the replacement is reversed when
* Dots are replaced by `\_DOT_` and the replacement is reversed when
Camel consume the message
* Hyphen is replaced by `_HYPHEN_` and the replacement is reversed when
* Hyphen is replaced by `\_HYPHEN_` and the replacement is reversed when
Camel consumes the message

You can configure many different properties on the JMS endpoint, which
Expand Down