|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
who can give me a sample about mq connection pool? |
« View previous topic :: View next topic » |
Author |
Message
|
cxj_2000 |
Posted: Wed Feb 04, 2004 12:00 am Post subject: who can give me a sample about mq connection pool? |
|
|
Newbie
Joined: 03 Feb 2004 Posts: 2 Location: china
|
ths
ask a question:what's mean of connection tables?
Client connections
When WebSphere MQ classes for Java is used as a client, it is similar to the
WebSphere MQ C client, but has the following differences:
v It supports only TCP/IP.
v It does not support connection tables.
v It does not read any WebSphere MQ environment variables at startup.
v Information that would be stored in a channel definition and in environment
variables is stored in a class called Environment. Alternatively, this information
can be passed as parameters when the connection is made.
v Error and exception conditions are written to a log specified in the MQException
class. The default error destination is the Java console. |
|
Back to top |
|
 |
fschofer |
Posted: Wed Feb 04, 2004 3:18 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
connection tables are files (like AMQCLCHL.tab) where the client-connection channels are defined
C programs which only use MQCONN calls can use these file to connect to a qm.
With java you define your client channel configuration at runtime. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 04, 2004 6:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JeffLowrey wrote: |
Please do not discuss certification exam questions here, even if they're just practice exam questions. |
Oops. I've been informed this is not an exam question.
Oddly enough, I do not have sections of the manuals memorized to the point where I can recognize them at a glance. The bullets looked like choices. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
cxj_2000 |
Posted: Thu Feb 05, 2004 1:12 am Post subject: |
|
|
Newbie
Joined: 03 Feb 2004 Posts: 2 Location: china
|
fschofer wrote: |
connection tables are files (like AMQCLCHL.tab) where the client-connection channels are defined
C programs which only use MQCONN calls can use these file to connect to a qm.
With java you define your client channel configuration at runtime. |
ths!  |
|
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
|
|
|
|