Author |
Message |
Topic: WSAD 5.1 and MQ 3.5 |
moi3
Replies: 7 Views: 9824
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 24, 2005 3:30 pm Subject: WSAD 5.1 and MQ 3.5 |
thanks everyone's replies but i got it working already. i need to delete all the jms qcf and queues from the jms internal server. |
Topic: WSAD 5.1 and MQ 3.5 |
moi3
Replies: 7 Views: 9824
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 24, 2005 2:44 pm Subject: WSAD 5.1 and MQ 3.5 |
I ran it again and this time there's no error but the remote queue is empty. I stopped the sender channel already so the message should be in the queue. |
Topic: WSAD 5.1 and MQ 3.5 |
moi3
Replies: 7 Views: 9824
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 24, 2005 1:50 pm Subject: WSAD 5.1 and MQ 3.5 |
Thanks for your reply but it does not work either. Somehow WASD can't establish a connection with the queue. |
Topic: WSAD 5.1 and MQ 3.5 |
moi3
Replies: 7 Views: 9824
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 24, 2005 10:46 am Subject: WSAD 5.1 and MQ 3.5 |
I'm setting up an environment to use external mq instead of the built in jms provider on my win2000 machine for development. here are the steps that i did
1) I used the admin console-->Resource ... |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 11:31 am Subject: Error creating MQ |
it's on hp ux |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 10:49 am Subject: Error creating MQ |
how do u read it. i opened up the mq log file and it's just a bunch of ones and zeros |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 10:31 am Subject: Error creating MQ |
i did not change anything...here's what's in the log file for websphere
[6/21/05 11:30:50:326 PDT] 215597 J2CXAResource W J2CA0061W: Error creating XA Connection and Resource javax.resource.spi.R ... |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 10:23 am Subject: Error creating MQ |
yes it was running fine before. this is the first time we saw this. mq is running fine. i checked out the name and it was fine too. |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 8:53 am Subject: Error creating MQ |
yes that's true....what i meant was all the queues and queue manager are there so it's not MQ but the app server and i have no ideas why |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 8:36 am Subject: Error creating MQ |
dspmq shows all the queues and they are all there. |
Topic: Error creating MQ |
moi3
Replies: 14 Views: 15197
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 21, 2005 8:09 am Subject: Error creating MQ |
When I start websphere Application Server. I got the below error. I'm using the internal Websphere JMS provider and not the external one. This is the first time this happened. Do you have any id ... |
Topic: Receive Invalid file using MQ on mainframe |
moi3
Replies: 5 Views: 3259
|
Forum: IBM MQ Java / JMS Posted: Mon May 02, 2005 2:15 pm Subject: Receive Invalid file using MQ on mainframe |
I checked with the person who worked on the mainframe and he said everything is fine on his end. He's not using MQ 5.3 but only 5.X. We receive an invalid message every hour now instead of once a da ... |
Topic: Receive Invalid file using MQ on mainframe |
moi3
Replies: 5 Views: 3259
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 4:43 pm Subject: Receive Invalid file using MQ on mainframe |
Here's my jms code. I did close the connection. Do you see anything else that I need to do?
try {
InitialContext ctx = InitialContextFactory.getInitialContext();
QueueConnectionFactory ... |
Topic: Receive Invalid file using MQ on mainframe |
moi3
Replies: 5 Views: 3259
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 10:01 am Subject: Receive Invalid file using MQ on mainframe |
I'm sending a xml file from HP-UX to mainframe using MQ 5.3 and JMS. The receiving queue on mainframe received the xml file alright, but in addition to it, it also received some invalid files. We do ... |
Topic: Using Websphere MQ API inside a J2EE app server |
moi3
Replies: 14 Views: 20822
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 07, 2005 7:32 pm Subject: Using Websphere MQ API inside a J2EE app server |
Thanks everyone. The problem is with the CCSID and once I put the value provided by clindsey. The message is transmitted correctly to mainframe. |