Author |
Message |
Topic: MQ Queue Statics using MQ Explorer |
pasupulathisp
Replies: 5 Views: 5181
|
Forum: General IBM MQ Support Posted: Tue Jul 14, 2009 6:43 am Subject: MQ Queue Statics using MQ Explorer |
Queue Manager is running on Linux. |
Topic: MQ Queue Statics using MQ Explorer |
pasupulathisp
Replies: 5 Views: 5181
|
Forum: General IBM MQ Support Posted: Tue Jul 14, 2009 6:15 am Subject: MQ Queue Statics using MQ Explorer |
Hi,
My requirement is :To have a graphical representation of how many messages are on the Queue (We can see this using the Queue depth in the MQ explorer) and the transfer rate these messages are ... |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Wed May 13, 2009 7:57 am Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Thanks for your advice WMBDEV1. |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Wed May 13, 2009 7:27 am Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Hi WMBDEV1,
I do appreciate for all the advice,but i guess what i am doing is to post after few tries and then go back and work on it and get the output before you guys advice.So i guess that's wh ... |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Wed May 13, 2009 7:04 am Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Yes,i did the same and i was able to define my QCF..etc.
Here when you define the QCF as
def qcf(SampleQCF) qmgr(QMGR) tran(client) chan(SYSTEM.DEF.SVRCONN) host(localhost) port(1414)
Wh ... |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Wed May 13, 2009 5:20 am Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Hi,
I did not get any error message.Here is the what happend after i ran the command.
But this works in Windows but not in linux.Do i need to specify .scp file under any specific directory ... |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Tue May 12, 2009 2:33 pm Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Thanks WMBDEV1
Yes.I was missing the jar.I defined in the classpath to use all the jar under
/opt/mqm/java/lib/*
but it was working if i mention then seperate.
The only question i have is,do ... |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Tue May 12, 2009 1:21 pm Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Yes.I installed MQ7 on Linux.I am trying to create QCF from JMSAdmin tool.But i having exception while running ./JMSAdmin command. |
Topic: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
pasupulathisp
Replies: 12 Views: 18945
|
Forum: IBM MQ Java / JMS Posted: Tue May 12, 2009 12:36 pm Subject: java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/JMSAdmi |
Hi,
I have modified my JMSAdmin,to set the classpath for mqcontext.jar and
com.ibm.mq.pcf-6.1.jar.
export CLASSPATH=/opt/mqm/java/bin/lib/mqcontext.jar:/opt/mqm/java/bin/lib/com.ibm.mq/ ... |
Topic: Remote MQ Connection |
pasupulathisp
Replies: 11 Views: 8521
|
Forum: General IBM MQ Support Posted: Tue May 12, 2009 8:10 am Subject: Remote MQ Connection |
Thanks for all the information. I really appreciate your help and knowledge sharing.
 |
Topic: Remote MQ Connection |
pasupulathisp
Replies: 11 Views: 8521
|
Forum: General IBM MQ Support Posted: Tue May 12, 2009 7:34 am Subject: Remote MQ Connection |
Hi,
i am having exception when i am trying to connect to Remote MQ.So,the exception is from Standalone App.But i was running all the scripts as mqm.
WebSphere MQ call failed with compcode '2' ... |
Topic: Remote MQ Connection |
pasupulathisp
Replies: 11 Views: 8521
|
Forum: General IBM MQ Support Posted: Tue May 12, 2009 7:22 am Subject: Remote MQ Connection |
Hi WMBDEV1,
Thanks for your response.
Yes,i missed the creation of JMS objects.I was following the same link which you have specified.But i have some exception while running the JMSADMIN script ... |
Topic: Remote MQ Connection |
pasupulathisp
Replies: 11 Views: 8521
|
Forum: General IBM MQ Support Posted: Tue May 12, 2009 6:38 am Subject: Remote MQ Connection |
Hi,
Thanks for your qucik reply.
zpat - will follow your instruction to create a different channel.
Here is the sample code which i was testing from a standalone application
public sta ... |
Topic: Remote MQ Connection |
pasupulathisp
Replies: 11 Views: 8521
|
Forum: General IBM MQ Support Posted: Tue May 12, 2009 6:10 am Subject: Remote MQ Connection |
Hi,
I would like to connect to a Remote MQ running on linux.I have performed the following
1)created Queue Manager
2)created Queues
3)created channel(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN)
4)c ... |
Topic: Jndi Connection Error for MQ7 with Weblogic 10 |
pasupulathisp
Replies: 0 Views: 1885
|
Forum: General IBM MQ Support Posted: Mon May 04, 2009 12:41 pm Subject: Jndi Connection Error for MQ7 with Weblogic 10 |
Hi,
I can connect WL and MQ using portnumber,hostname,channel.I am having some issues when i try to connect using JNDI lookup.I would like to know how should the JNDI provider URL be formed(crea ... |