Author |
Message |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Thu Jun 10, 2010 7:55 am Subject: MQEnvironment.CCSID |
Ahh ok....
Now I believe I understand some more.
Since I am using MQSeries native I obvously need to set it on the Object MQMessage doint it liek this
...
MQMessage mBuf = new MQMessage( ... |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Thu Jun 10, 2010 4:11 am Subject: MQEnvironment.CCSID |
Do I have to put some other thing so that it takes my given CCSID?
In JMS / XMS you would set it at the Destination level.
Have fun
I am using java with the native MQ-Serires API. ... |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Thu Jun 10, 2010 1:26 am Subject: MQEnvironment.CCSID |
Well sorry I might should have said before:
I am using Java on a Solaris mashine. the MQ-Manager is on a IBM-host-mashine.
As far I understand does not the header of the message come out in the prop ... |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Wed Jun 09, 2010 8:09 am Subject: MQEnvironment.CCSID |
I would like to show a part of a hardcopy of the MQ-Monitoring but actually I don't really know how to upload pictures.
can sombody give me a hint? |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Wed Jun 09, 2010 7:50 am Subject: MQEnvironment.CCSID |
Hi Vitor,
actually I am sending the message and on the MQ-Manager, it is noticed as CCSID 819, that is obviously the default.
Do I have to put some other thing so taht it takes my given CCSID? |
Topic: MQEnvironment.CCSID |
Takidoso
Replies: 11 Views: 10628
|
Forum: IBM MQ API Support Posted: Wed Jun 09, 2010 6:31 am Subject: MQEnvironment.CCSID |
Hi,
I have a funny problem.
I am using MQEnvironment for setting host name, port etc. as well as CCSD.
On MQ-Manager my messages seem to come in with the default ccsid "819" although I am ... |
Topic: running MQ-Program on Windows |
Takidoso
Replies: 1 Views: 3262
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 04, 2009 7:09 am Subject: running MQ-Program on Windows |
Hi to all,
I try to put a java written mq-program from a Solaris to a Windows computer.
I am not really a MQ-specialist even though I wrote that program.
richt now I am getting an Exception since ... |
Topic: Client for Windows |
Takidoso
Replies: 7 Views: 7341
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 14, 2009 7:26 am Subject: Client for Windows |
Or if you absolutely need to connect to the qmgr on solaris, you might want to consider an initialization procedure that reacts differently on whether the client start as a "bindings" client ... |
Topic: Client for Windows |
Takidoso
Replies: 7 Views: 7341
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 14, 2009 3:15 am Subject: Client for Windows |
Hi to all,
I am not really an MQ-speciallist even though I maintain a program that writes and reads MQ-Messages using native Java (no JMS)
My environment is a Windows PC with the needed Jar-Files an ... |
Topic: transfering messages without any conversion |
Takidoso
Replies: 7 Views: 6513
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 5:00 am Subject: transfering messages without any conversion |
hmmmm I think I see now a bit clearer, that my problem is not MQ in my particular case.
Our host people said, that they don't do any conversion.
Thanks for your replies I think I need to seek out a ... |
Topic: transfering messages without any conversion |
Takidoso
Replies: 7 Views: 6513
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 4:27 am Subject: transfering messages without any conversion |
Really, as long as nobody in the path between the sender and the receiver, including the receiver, ASK for conversion... then no conversion will be done - regardless of the format of the message.
M ... |
Topic: transfering messages without any conversion |
Takidoso
Replies: 7 Views: 6513
|
Forum: IBM MQ API Support Posted: Wed Apr 16, 2008 3:30 am Subject: transfering messages without any conversion |
Hi,
I am pretty new to MQ-Series and have a certain problem with an existing little client application.
certain messages are to be received from a flat file and put through the MQ System. The MQ-Sys ... |
Topic: MQ-Series Transaction safety / commit |
Takidoso
Replies: 8 Views: 7823
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 16, 2007 3:50 am Subject: MQ-Series Transaction safety / commit |
SAP has a very good example there about moving Idocs from a file to a DB (same concept).
In a nutshell you need to use syncpoint and before every commit point write the information of where to s ... |
Topic: MQ-Series Transaction safety / commit |
Takidoso
Replies: 8 Views: 7823
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 11, 2007 2:49 am Subject: MQ-Series Transaction safety / commit |
Thanks for the hints, but I often read in ur suggestions abot database and MQ-Series. In my case I have just file-processing!!!
So what can be done in this situation?
I guess I need something th ... |
Topic: MQ-Series Transaction safety / commit |
Takidoso
Replies: 8 Views: 7823
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 10, 2007 2:26 am Subject: MQ-Series Transaction safety / commit |
Hello to all,
in my application i am just reading datasets from files of an directory produce messages and send tehm via mq. And it is also reading messages from mq and collect them in files. Each me ... |