Author |
Message |
Topic: Moved client app from 5.3 to 6.0 |
smalavia
Replies: 1 Views: 1996
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 05, 2006 6:54 pm Subject: Moved client app from 5.3 to 6.0 |
G'day people,
I've just moved my 5.3 client lib to 6.0. And the piece of code that previously worked fine with 5.3 now started throwing up the following error.
JMSException: javax.jms.JMSSecurit ... |
Topic: File transfer - using MQ |
smalavia
Replies: 2 Views: 5609
|
Forum: IBM MQ Performance Monitoring Posted: Thu Aug 31, 2006 6:20 am Subject: File transfer - using MQ |
Thanks wschutz.
I tried to find any info on pm4data. Apart of people discussing it in the forum there's no website with comprehensive info on PM4DATA.
Does any one know whats happening with PM4D ... |
Topic: File transfer - using MQ |
smalavia
Replies: 2 Views: 5609
|
Forum: IBM MQ Performance Monitoring Posted: Wed Aug 30, 2006 10:47 pm Subject: File transfer - using MQ |
G'day people,
I am searching for a file transfer tool that uses MQ under the hood.
Would someone know any such industrial grade tools that can handle files uptil 1G in size?
MQv6 itself offer ... |
Topic: JMS + channel definition table |
smalavia
Replies: 12 Views: 14031
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 28, 2006 3:20 pm Subject: JMS + channel definition table |
Thanks wschutz. Interestingly I found the same example on http://middleware.its.state.nc.us/middleware/Documentation/en_US/htm/csqzaf06/csqzaf062t.htm which I had been following to get my CCDT rig ... |
Topic: carrier shift from J2EE to EAI |
smalavia
Replies: 3 Views: 3791
|
Forum: General Discussion Posted: Sun Aug 27, 2006 11:41 pm Subject: carrier shift from J2EE to EAI |
Well, try it for a while and see. |
Topic: JMS + channel definition table |
smalavia
Replies: 12 Views: 14031
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 27, 2006 4:51 pm Subject: JMS + channel definition table |
fjb_saper: Yes my MQ client runs on the same m/c as the QM1 and QM2. But at this point I am only emulating the final scenario where the client and the two qmgrs will all run or seperate machines. Just ... |
Topic: JMS + channel definition table |
smalavia
Replies: 12 Views: 14031
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 25, 2006 3:44 am Subject: JMS + channel definition table |
here's what I had defined earlier.....
DEFINE CHANNEL(CHAN1) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server-connection to Client_1')
DEFINE CHANNEL(CHAN1) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CON ... |
Topic: JMS + channel definition table |
smalavia
Replies: 12 Views: 14031
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 25, 2006 3:39 am Subject: Re: JMS + channel definition table |
i got this if I left tehe channel blank....
JMSException: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '*QM1'
Linked exception: com.ibm.mq.MQException: MQJE001: An MQExce ... |
Topic: JMS + channel definition table |
smalavia
Replies: 12 Views: 14031
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 25, 2006 3:22 am Subject: JMS + channel definition table |
G'day people,
Am a newbie to MQ et al. And get this following error in my JMS send code:
JMSException: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '127.0.0.1:*QM1'
L ... |
Topic: java.lang.NoClassDefFoundError ... at com.ibm.mq.MQSESSIONS |
smalavia
Replies: 2 Views: 11724
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 6:44 pm Subject: java.lang.NoClassDefFoundError ... at com.ibm.mq.MQSESSIONS |
hey peopie....
am a newbie to MQ/JMS. can anyone help me out on the following error. i could not figure out what libs am i missing? many thanks in advance.
Caused by: java.lang.NoClassDe ... |
Topic: MQ clustering scenario ... pls help. Thanks. |
smalavia
Replies: 2 Views: 3866
|
Forum: Clustering Posted: Tue Jul 18, 2006 6:41 pm Subject: MQ clustering scenario ... pls help. Thanks. |
thanks vitor! will lookup other threads.
Cheers |
Topic: MQ clustering scenario ... pls help. Thanks. |
smalavia
Replies: 2 Views: 3866
|
Forum: Clustering Posted: Sun Jul 16, 2006 10:13 pm Subject: MQ clustering scenario ... pls help. Thanks. |
Dear MQ Gurus....
I am new to MQ and have a question may be very basic. Would greatly appreciate your help on this one.
Here are my application design requirements......
I've got a applicatio ... |