JMS encoded message selector not matching when using special characters
问题 I have 2 applications (client and server) using a request-reply pattern. The client sends a request to the server the message ID is set to something like this: ID=Hostname-52991-1357677886768-3:1:2:1:1 . Now the client has to listen to a message with a correlation ID set to the same value. Since the value contains special characters (:) I have to encode the value (using UTF-8). Sets the JMS Selector, which is an SQL 92 predicate that is used to filter messages within the broker. You may have