Author |
Message |
Topic: Get MQ error problem |
Kelvin
Replies: 2 Views: 3059
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 19, 2006 12:09 am Subject: Get MQ error problem |
Hi all,
I use java to retrieve data from MQ using readFully function.
I saw sample code but I don't understand. Can anyone help me please?
byte[] buf = new byte[sendMessage.getDataLength()]; ... |
Topic: Websphere MQ log full |
Kelvin
Replies: 5 Views: 4003
|
Forum: General IBM MQ Support Posted: Mon Sep 11, 2006 7:32 pm Subject: Websphere MQ log full |
Thanks.
BTW, I think that WAS is automatically create Queue in JMSSERVER. All I saw was Dead Letter queue in Jmsserver.
I would like to know how to limited (set) the Queue size (max 10G or less ... |
Topic: Websphere MQ log full |
Kelvin
Replies: 5 Views: 4003
|
Forum: General IBM MQ Support Posted: Mon Sep 11, 2006 7:15 pm Subject: Websphere MQ log full |
Hi all
I am using Websphere 5.1 in Win 2003 enterpirse edition SP1. My disk space is full because I found one MQ log file (Q) is very very large (36.9G) located in
\\program files\IBM\WebSpher ... |
Topic: Can MQ client v5.3 connect to MQ server 6.0? |
Kelvin
Replies: 1 Views: 4084
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 28, 2006 5:45 pm Subject: Can MQ client v5.3 connect to MQ server 6.0? |
Hi all,
I have installed MQ clients v5.3 in one machine to connect MQ server verion 6.0.
Refer to MQ clinet doc, verion 6.0 clients can connect to all queue manager, non-version 6.0 as well as v ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 12 Views: 12097
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 28, 2006 7:13 am Subject: MQJE011: Socket connection attempt refused |
1) If your MQ client and server is in same machine, if you are not specify the ip address, then you are using bind mode.
If you specify ip address, then you are using Client mode.
2) MQJE016 m ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 10 Views: 9022
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 28, 2006 4:03 am Subject: MQJE011: Socket connection attempt refused |
I got the document.
My problem is not solved yet but I may find some Hint now.
Below is my code
MQEnvironment.hostname = "10.130.48.59";
MQEnvironment.port = 1414;
MQEnvironment.channel = ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 10 Views: 9022
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 27, 2006 7:24 pm Subject: MQJE011: Socket connection attempt refused |
Please don't angry
My program is work when i comment
// MQEnvironment.hostname = "127.0.0.1";
MQEnvironment.port = 1414;
MQEnv ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 10 Views: 9022
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 26, 2006 7:34 am Subject: MQJE011: Socket connection attempt refused |
Sorry for my typo
But when i comment MQEnvironment.hostname = "10.130.48.59", this program CANNOT run.
I am new to use MQ. I want more detail
I specify the host, port and channel (like belo ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 12 Views: 12097
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 25, 2006 9:55 pm Subject: MQJE011: Socket connection attempt refused |
Dear all
I got the same problem
Posted: Wed Apr 12, 2006 6:15 pm Post subject:
--------------------------------------------------------------------------------
I have the following ... |
Topic: MQJE011: Socket connection attempt refused |
Kelvin
Replies: 10 Views: 9022
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 25, 2006 9:09 pm Subject: MQJE011: Socket connection attempt refused |
Dear all,
I try to copy the MSender.java from web to run in my machine but failed.
Below is my code
But when i comment MQEnvironment.hostname = "10.130.48.59", this program can run.
I must ... |