Author |
Message |
Topic: issue when MQ QueueManager is down |
ashgove
Replies: 1 Views: 2037
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 27, 2003 9:21 am Subject: issue when MQ QueueManager is down |
Hi
Asynchronous exception notification of JMS help. JMS specifies a Java interface called ExceptionListener with method onException
to be implemented.
Refer to Kolban's article
at
http://www ... |
Topic: Error while sending message using JNDI ! |
ashgove
Replies: 4 Views: 3562
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 27, 2003 5:46 am Subject: Error while sending message using JNDI ! |
Is MQSeries installed on same machine?
If yes, bindings mode is used for transport then try changing
Def qcf(QCF2)
to
Def qcf(QCF2) qmgr(QM6)
If not client mode is used for transport
and u ... |
Topic: Default server connection channel |
ashgove
Replies: 1 Views: 1778
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 24, 2003 8:18 pm Subject: Default server connection channel |
Is there any disadvantage while using the default server connection
channel 'SYSTEM.DEF.SVRCONN' instead of creating new
server connection channel?
Please reply in case you have any idea.
Than ... |
Topic: MQ/JMQ and java : does fscontext.jar exists ? |
ashgove
Replies: 1 Views: 3205
|
Forum: General Discussion Posted: Fri Jul 11, 2003 3:25 am Subject: MQ/JMQ and java : does fscontext.jar exists ? |
Hi
U will need to install supportpac MA88: MQSeries classes for Java from the ibm site. Download from URL http://www-3.ibm.com/software/integration/support/supportpacs/individual/ma88.html
... |
Topic: DLL Problem When trying Mq as JMS Provider |
ashgove
Replies: 2 Views: 3247
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 10, 2003 7:39 pm Subject: DLL Problem When trying Mq as JMS Provider |
Sree
Guess u r using the bindings mode
U need to set path with dir in which mqjbnd05.dll lies.
Check the same and revert
HTH |
Topic: Help required MQSeries JAVA |
ashgove
Replies: 4 Views: 3475
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2003 7:49 pm Subject: Help required MQSeries JAVA |
Mira
Seems to be a problem in code.
Usually one gets the same error when the channel is incorrectly
defined in MQEnvironment properties.
Have u configured any channel?
Define in ... |
Topic: external jndi server using wsad 5.0 ? |
ashgove
Replies: 1 Views: 1684
|
Forum: IBM MQ Java / JMS Posted: Sun Jun 29, 2003 7:29 pm Subject: external jndi server using wsad 5.0 ? |
Use the file-system namespace for JNDI
Happens with Single server edition of WSAD
Everytime the server instance is restarted, the internal JNDi namespace that it uses gets rebuilt based on it's ... |
Topic: Automatic answers for my input messages |
ashgove
Replies: 5 Views: 3384
|
Forum: General IBM MQ Support Posted: Thu Jun 26, 2003 3:18 am Subject: Implement JMS listener |
If u are using JMS, you can write a listener which listens to messages
coming on input queue and then write the modified message to
output queue.
BTW, I cud not get what u meant by "manually"?
... |
Topic: WSAD doesn't "remember" JNDI |
ashgove
Replies: 2 Views: 1723
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 23, 2003 12:56 am Subject: Use file-system namespace |
Use the file-system namespace for JNDI
Happens with Single server edition of WSAD
Everytime the server instance is restarted, the internal JNDi namespace that it uses gets rebuilt based on it's s ... |
Topic: How to set ApplIdentityData using JMS for MQ |
ashgove
Replies: 2 Views: 2813
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 18, 2003 4:56 am Subject: How to set ApplIdentityData using JMS for MQ |
The only MQMD fields we map are those listed in
the Using Java manual and ApplIdentityData is not mapped.
The ApplIdentityData field can only be set by MQ applications that have
setIdentityContex ... |
Topic: setting ApplIdentitydata through JMS |
ashgove
Replies: 1 Views: 2394
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 16, 2003 11:19 pm Subject: setting ApplIdentitydata through JMS |
Did u find out a way of doing the same? |