Author |
Message |
Topic: Define TopicConnectionFactory resource in WebSphere question |
antelope
Replies: 3 Views: 2833
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 20, 2005 6:36 pm Subject: Define TopicConnectionFactory resource in WebSphere question |
Did you confirm that the name was bound in WAS during startup?
No, it cause error.
Can you explain what you have done to troubleshoot this in the last two days?
I have test for QueueConnecti ... |
Topic: Define TopicConnectionFactory resource in WebSphere question |
antelope
Replies: 3 Views: 2833
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 20, 2005 7:29 am Subject: Define TopicConnectionFactory resource in WebSphere question |
Could somebody help me?  |
Topic: Define TopicConnectionFactory resource in WebSphere question |
antelope
Replies: 3 Views: 2833
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 18, 2005 6:40 pm Subject: Define TopicConnectionFactory resource in WebSphere question |
I want to define TopicConnectionFactory resource that connect to MQ V6 in WebSphere Application Server V6, I have defined queue manage QM_APPLE in my MQ V6.
The following is the properties of reso ... |
Topic: Pub/Sub error: MQJMS5053 |
antelope
Replies: 2 Views: 2950
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 16, 2005 10:40 pm Subject: Re: Pub/Sub error: MQJMS5053 |
Hi,
factory.setHostName(Constants.localHostName);
factory.setChannel(Constants.localChannel);
factory.setQueueManager(Constants.localQueueManager);
factory.setBrokerQueueManager(Constants.localQue ... |
Topic: Topics (publisher/subscriber) and WebSphere |
antelope
Replies: 15 Views: 11621
|
Forum: General Discussion Posted: Thu Oct 13, 2005 1:46 am Subject: Topics (publisher/subscriber) and WebSphere |
Did you read the manual?
There is no API, the commands are implemented by msgs being put to the broker command queue. You have to create the MQRFH (version 1) msgs in your app and put them to the q ... |
Topic: Topics (publisher/subscriber) and WebSphere |
antelope
Replies: 15 Views: 11621
|
Forum: General Discussion Posted: Thu Oct 13, 2005 1:23 am Subject: Topics (publisher/subscriber) and WebSphere |
Try the PubSub guide at
Thanks a lot. Just you said, if I use broker at V6, I only create runtime Topic?
And I found there have no JAVA example by using Register command in PubSub guide. How to u ... |
Topic: Pub/Sub error: MQJMS5053 |
antelope
Replies: 2 Views: 2950
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 13, 2005 1:17 am Subject: Pub/Sub error: MQJMS5053 |
I want to test Pub/Sub. so I write some test code, but it run error.
My enviroment is:
WebSphere Application Server Excepress V6
WebSphere MQ V6
I have run the borker.
The following is my cod ... |
Topic: Topics (publisher/subscriber) and WebSphere |
antelope
Replies: 15 Views: 11621
|
Forum: General Discussion Posted: Tue Oct 11, 2005 10:04 pm Subject: Topics (publisher/subscriber) and WebSphere |
and read detail about 'Pub/Sub User's guide', it doesn't mention about "create topic".
Come on now, did you really look ?
I just reviewed the
Thanks for JT. But the document you provided is a ... |
Topic: Topics (publisher/subscriber) and WebSphere |
antelope
Replies: 15 Views: 11621
|
Forum: General Discussion Posted: Mon Oct 10, 2005 10:37 pm Subject: Topics (publisher/subscriber) and WebSphere |
I want to know how to create a topic, too. My WMQ is 6.0, and broker is WMQ publisher/subscriber.
That's not even funny, how about reading what's written here?
The path is always:
Read the manua ... |
Topic: Topics (publisher/subscriber) and WebSphere |
antelope
Replies: 15 Views: 11621
|
Forum: General Discussion Posted: Mon Oct 10, 2005 6:04 pm Subject: Topics (publisher/subscriber) and WebSphere |
I want to know how to create a topic, too. My WMQ is 6.0, and broker is WMQ publisher/subscriber. |
Topic: Create topic in WMQ |
antelope
Replies: 2 Views: 2111
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 09, 2005 8:00 pm Subject: Create topic in WMQ |
I read detail about Chapter 11. Writing WebSphere MQ JMS publish/subscribe
applications in using java manual.
My broken is WebSphere MQ Publish/Subscribe, and my WMQ version is 6.0. But when I c ... |
Topic: JMSAdmin start fail |
antelope
Replies: 6 Views: 6507
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 07, 2005 6:38 pm Subject: JMSAdmin start fail |
Sorry, from Oct 1 to Oct 7, I have a long holiday.
Thanks for hopsala, john and jeff.
I read detail about Chapter 11. Writing WebSphere MQ JMS publish/subscribe
applications in using java manu ... |
Topic: JMSAdmin start fail |
antelope
Replies: 6 Views: 6507
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 29, 2005 1:01 am Subject: JMSAdmin start fail |
Which OS are you using, and why use JMSAdmin.?
Did you look in the MQ error logs after installation? Any FDC's?
Search this site for MQJE020, you'll find some interesting things...
OS is wind ... |
Topic: Create topic in WMQ |
antelope
Replies: 2 Views: 2111
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 28, 2005 11:12 pm Subject: Create topic in WMQ |
Could I create topic in WMQ?
If can, how to create?
If not, how to use topic?
thanks. |
Topic: JMSAdmin start fail |
antelope
Replies: 6 Views: 6507
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 26, 2005 11:39 pm Subject: JMSAdmin start fail |
I have installed Webshpere MQ 6.0, and want to use JMSAdmin.
I modified JMSAdmin.config file as following:
INITIAL_CONTEXT_FACTORY=com.ibm.mq.jms.context.WMQInitialContextFactory
PROVIDER_URL=local ... |