Skip to content

Create new parameter "mq.encoding" to override the destination character set#43

Open
tokunagadaniel wants to merge 2 commits into
ibm-messaging:mainfrom
tokunagadaniel:1.3.2
Open

Create new parameter "mq.encoding" to override the destination character set#43
tokunagadaniel wants to merge 2 commits into
ibm-messaging:mainfrom
tokunagadaniel:1.3.2

Conversation

@tokunagadaniel
Copy link
Copy Markdown

According to the website: jms encoding

"An application can override the destination character set by setting the message property JMS_IBM_CHARACTER_SET. JMS_IBM_CHARACTER_SET, when sending a message must be a numeric coded character set identifier2."

Copy link
Copy Markdown

@thoudahl thoudahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides changing import order and style it looks good.
I would really appreciate this feature as well!

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.jms.*;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could instead be:
import javax.jms.DeliveryMode; import javax.jms.JMSContext; import javax.jms.JMSException; import javax.jms.JMSProducer; import javax.jms.JMSRuntimeException; import javax.jms.Message;

Like it was before.

import org.slf4j.LoggerFactory;

import javax.jms.*;
import javax.net.ssl.*;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could instead be:
import javax.net.ssl.KeyManager; import javax.net.ssl.KeyManagerFactory; import javax.net.ssl.SSLContext; import javax.net.ssl.TrustManager; import javax.net.ssl.TrustManagerFactory;

Like it was before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants