Author |
Message |
Topic: MQ Series 5.2 java support VS MQ Series 5.3 |
ast
Replies: 1 Views: 2052
|
Forum: IBM MQ Java / JMS Posted: Sat Feb 11, 2006 12:49 pm Subject: MQ Series 5.2 java support VS MQ Series 5.3 |
Hello,
I have implemented a MQ Series 5.2 interface in "MA88: MQSeries classes for Java and MQSeries classes for Java Message Service"...
Now they want to upgrade to MQ Series 5.3 and according ... |
Topic: Wrong character set??? |
ast
Replies: 6 Views: 4361
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 16, 2002 5:21 am Subject: Wrong character set??? |
Hello,
I could not add the characterSet() command succesfully to the message to be sent, so instead I converted the message before sending it with a script found on the net.
Thnaks for the help ... |
Topic: Wrong character set??? |
ast
Replies: 6 Views: 4361
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 12, 2002 11:07 am Subject: Wrong character set??? |
Thanks... It works now.
But I still have yet another problem when I am writing to the AS400. I have tried to use the characterSet function on my MQMessage object, but it still does not work ... |
Topic: Wrong character set??? |
ast
Replies: 6 Views: 4361
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 12, 2002 6:53 am Subject: Wrong character set??? |
Hello,
As for now I do not use the character conversion. I cannot find any examples for that so any help will be appreciated
/AST |
Topic: Wrong character set??? |
ast
Replies: 6 Views: 4361
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 11, 2002 1:57 pm Subject: Wrong character set??? |
Greetings,
After having developed an interface for an AS400 server using MQSeries Java Client, I now finally testing against the AS400 instead of a queue on WINNT get a lot of "¤¤¤¤¤***& ... |
Topic: MQ fails sometimes on a wait on a queue |
ast
Replies: 3 Views: 3678
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 02, 2002 5:40 am Subject: MQ fails sometimes on a wait on a queue |
Hello,
I am experiencing the same problem, but with a twist.
If I create an object of the receiver class in the scope of the running thread listening on the queue, I get the error mentioned. By ... |
Topic: Datastructure in MQSeries |
ast
Replies: 1 Views: 2340
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 18, 2002 6:14 am Subject: Datastructure in MQSeries |
hello
I´m trying to implement a interface i Java to MQSeries. Since I have multiple columns in the messages I have to transfer I was thinking about implementing some kind of hashmap as my datastru ... |