Author |
Message |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 23, 2005 8:04 pm Subject: i have solved this problem |
hi all
in JMSAdmin i have entered like this
def qcf(ivtQCF) qmgr(QM1)
def q(ivtQ) qmgr(QM1) queue(Q1)
now this code works fine
thanks for all
regards
sathiya  |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 22, 2005 9:01 pm Subject: help me to run my first program in MQ |
hi
yes
but code is not working
throwing error as shown in the previous posts
regards
sathiya |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 22, 2005 4:36 am Subject: getting error while compiling with jndi option |
hi
this is the example code getting error
//%PUB_START%
//Licensed Materials - Property of IBM
//
//5724-H72, 5655-L82, 5724-L26
//
//(c) Copyright IBM Corp. 1999, 2005
//
//US Government ... |
Topic: how to use JMSAdmin? |
mailtosathiyan@gmail.com
Replies: 4 Views: 4821
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 22, 2005 4:29 am Subject: how to run JMSAdmin using this option? |
my problem is i m unable to run JMSAdmin with following option in JMSAdmin.config
INITIAL_CONTEXT_FACTORY:com.ibm.websphere.naming.WsnInitialContextFactory
PROVIDER_URL: iiop://localhost:2809
... |
Topic: how to use JMSAdmin? |
mailtosathiyan@gmail.com
Replies: 4 Views: 4821
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 21, 2005 10:43 pm Subject: how to use JMSAdmin? |
hi
when i used JMSAdmin to create QCF nd Q
with this option in JMSAdmin.config
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:/C:/myjndi
it's working fine
... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 21, 2005 10:29 pm Subject: i m able to run the code(ptpsample2) |
hi
with following option
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:/C:/myjndi
the example code provided by IBM is working (ptpsample2.java)
but p ... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2005 9:55 pm Subject: any tell me how to create QCF and Queue? |
in this line i m getting error whether it's LDAP or JNDI or etc.
i think this is the only problem
factory = (QueueConnectionFactory)ctx.lookup( name );
how to create this QCF and Q?
regards
sa ... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2005 9:47 pm Subject: tell me how to run code with JNDI? |
hi
i want to run the code using jndi and not with LDAP or etc
i m going to use WAS 6 and AS400 and MQ6(client)
currently i m working on windows version (just for practice)
can any one please tell ... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2005 2:52 am Subject: problem with jndi options with sample application |
hi all
when i run the sample( PTPSample01.java) with the following options
(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
(Context.PROVIDER_URL, "iiop://lo ... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2005 10:01 pm Subject: help me to run my first program in MQ |
Hi
Currently I m practicing with windows environment with mq and jms
but in my real work
we have to send the data using mqclient from windows machine to the as400/iseries to interact with Cobol ... |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 04, 2005 3:33 am Subject: i m not getting it -since i m very new to MQ |
can u explain me messgae bus and etc in detail, i very keen to know about all.
please give me details about how to use those?
thanks and regards
sathiya |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 03, 2005 8:42 pm Subject: problem solved |
hi
i have to refer mq, mqjms and jms jar on MQ6 only not with WAS6
that's it all works fine
thanks and regards
sathiya  |
Topic: help me to run my first program in MQ |
mailtosathiyan@gmail.com
Replies: 22 Views: 16138
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 02, 2005 7:59 pm Subject: help me to run my first program in MQ |
Hi
I m very new to MQ, this is my first program,
And I m using
IDE -rational application architect
app. server - was6 -express
MQ- version 6
and my Queue Manger name -QM1
Queue name is - Q ... |