|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Data conversion at Receiver end |
« View previous topic :: View next topic » |
Author |
Message
|
laddha |
Posted: Mon Jun 09, 2003 10:49 pm Post subject: Data conversion at Receiver end |
|
|
 Apprentice
Joined: 20 Mar 2003 Posts: 27
|
Hi,
Data conversion can be done at Sender or Receiver end.
If it has to be done at Receiver end-
I think it can be done by:
1. Receiver MCA automatically
2. Queue Manger
3. User-Exit programs
I had following questions on these:
How does Queue Manager does the data conversion?
Why it is not done by MCA's?
Please let me know.
Thanks,
Prsanna Laddha |
|
Back to top |
|
 |
zpat |
Posted: Tue Jun 10, 2003 12:34 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I am constantly amazed at this question.
Always convert in the receiving application MQGET, just use the CONVERT option in the MGMGO.
It is bad practice to convert messages en-route as they may pass through several queue managers.
Always code your applications to allow them to receive messages from different types of queue manager in different character sets and also allow them to work as MQ client or MQ server based application without a code change.
It's easy, just CONVERT on MQGET and MQ takes care of it providing the message has a valid CCSID etc. |
|
Back to top |
|
 |
laddha |
Posted: Wed Jun 11, 2003 9:55 pm Post subject: Receiver application calling CONVERT |
|
|
 Apprentice
Joined: 20 Mar 2003 Posts: 27
|
Hi zpat,
I wanted to know basically who will carry out the data conversion when application will specify CONVERT?
Whether it will be MCA or Queue Manager?
Thanks,
Prasanna |
|
Back to top |
|
 |
zpat |
Posted: Thu Jun 12, 2003 12:24 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Sorry, I don't know MQ internals - why does it matter? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|