Author |
Message |
Topic: WebSphere MQ 5.3 Client install on Red Hat 9.0 |
bmccarty
Replies: 6 Views: 9160
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Mar 22, 2004 9:33 pm Subject: thanks |
Just wanted to say thanks. I was also using RH 9.0 and was having problems with the licenses script. Setting the LS_ASSUME_KERNEL=2.2.5 fixed the problem auto-magically.
I didn't try using a diff ... |
Topic: Can I cpnnect to Qmnager in MQ binding mode with jDK 1.4?? |
bmccarty
Replies: 9 Views: 6961
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 23, 2003 8:40 am Subject: We need to set EXTSHM=ON, but have a question... |
I need to use the EXTSHM=ON; however, I don't understand if this environment variable needs to be set for every user that executes an MQ application, or just the user that starts the queue manager.
... |
Topic: What should MQI app put some JMS app will read? |
bmccarty
Replies: 4 Views: 5361
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 13, 2003 12:50 pm Subject: What should MQI app put some JMS app will read? |
duuhh
Thanks for the pointer RB. I think I am loosing my mind. It all works fine after the cast.
B |
Topic: Geting error reading mqji.properties file on Solaris |
bmccarty
Replies: 0 Views: 2545
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 12, 2003 4:41 pm Subject: Geting error reading mqji.properties file on Solaris |
I am getting a strange problem running a WAS 4.0.4 app after upgrading to MQ 5.3. This app has been working fine in WAS 3.5.5 with MQ 5.2/5.3 and works with WAS 4.0.4 with MQ 5.2.
Basically when t ... |
Topic: Reading from a remote Queue |
bmccarty
Replies: 3 Views: 5698
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 12, 2003 4:35 pm Subject: You can't read remotely using bindings |
You can't read the message of a remote queue in bindings mode. You have to either establish a client connection to the remote queue manager or transport the message from the remote queue manager to a ... |
Topic: transport type setting in JMS MQseries program |
bmccarty
Replies: 3 Views: 7195
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 12, 2003 4:30 pm Subject: Yes, you will have to define a remote queue... |
If you want to use bindings mode put get the message to a remote queue manager you will have to install MQ Server locally then define a sender, remote queue and transmission queue localy. Then define ... |
Topic: What should MQI app put some JMS app will read? |
bmccarty
Replies: 4 Views: 5361
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 10, 2003 1:20 pm Subject: Geting the whole JMS list when reading MQMD message |
My snippet is now able to remove the MQMD message as a JMS get; however it returns the all of the JMS stuff. What do I need to change to just get the payload at the bottom into a String()? Little co ... |
Topic: What should MQI app put some JMS app will read? |
bmccarty
Replies: 4 Views: 5361
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 09, 2003 4:19 pm Subject: What should MQI app put some JMS app will read? |
Could someone please clarify what needs to be done so that a MQI application can put a message so that a JMS app will be able to read it. I assume that we would need to include the RFH2 header accord ... |
Topic: File transfer using Java |
bmccarty
Replies: 7 Views: 7704
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 09, 2003 3:42 pm Subject: Would like to see it also! |
If you could drop some code here to show us how you did it, that would be really helpful.
Thanks,
B |
Topic: WebSphere 3.5.4 and MDB- psl help |
bmccarty
Replies: 1 Views: 2880
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 09, 2003 3:40 pm Subject: Most MDB work is being driven during/after WAS 4.x |
I think most people are waiting to implement message driven beans with WAS 5.0 (maybe 4.0 if they REALLY want to). The J2EE architecture that is needed isn't included in WAS 3.x as far as I know. Ch ... |
Topic: Fastpath errors after reboot in MQ 5.3-- Anyone else? |
bmccarty
Replies: 2 Views: 3845
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 09, 2003 3:36 pm Subject: try ipcs -a | grep mqm |
After the reboot try issuing ipcs -a | grep mqm. If there are still references, do the ipcrm -(m) or (s) or (q) to remove them. |
Topic: MSCS runmqsc -> AMQ8146 queue manager not available |
bmccarty
Replies: 7 Views: 19781
|
Forum: Clustering Posted: Wed Aug 28, 2002 9:17 am Subject: MSCS runmqsc -> AMQ8146 queue manager not available |
I see that in the release notes it states the terminal services is only supported on 5.3 for the windows client. Has anybody tried this out yet? Is there anyway to use the mmc with terminal services ... |
Topic: MSCS runmqsc -> AMQ8146 queue manager not available |
bmccarty
Replies: 7 Views: 19781
|
Forum: Clustering Posted: Wed Aug 21, 2002 6:58 pm Subject: MSCS runmqsc -> AMQ8146 queue manager not available |
You should be able to do this with terminal services in 5.3. Have you had a chance to try it yet?
B |
Topic: Cold standby |
bmccarty
Replies: 5 Views: 11081
|
Forum: Clustering Posted: Wed Aug 21, 2002 6:57 pm Subject: Cold standby |
How do you use a auto-started program to enable put's to the cold queue manager? Basically if there is auto-notification that the first queue manager is hosed, somehow, then how to you have a script ... |
Topic: maintain message through clustering and failing components |
bmccarty
Replies: 6 Views: 12363
|
Forum: Clustering Posted: Wed Aug 21, 2002 6:54 pm Subject: maintain message through clustering and failing components |
We did use Tuxedo one time as the "client" in this scenario. Tuxedo can know that status of all of the virtual reply to queues for the queue managers in the cluster that it is attached to. In this w ... |