Author |
Message |
Topic: Error AMQ7627 after assigning WS MQ as resourcemanager |
jdwolf
Replies: 1 Views: 2549
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 11, 2005 5:49 am Subject: Error AMQ7627 after assigning WS MQ as resourcemanager |
Excuse...the error message is amq7626 instead of 7627
Jeroen |
Topic: Error AMQ7627 after assigning WS MQ as resourcemanager |
jdwolf
Replies: 1 Views: 2549
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 11, 2005 3:35 am Subject: Error AMQ7627 after assigning WS MQ as resourcemanager |
Hi,
In order to do a db2 update and sending a message in one transaction, I've adjusted a queue manager to function as the resource manager. From the WS MQ Services, I've supplied the following inf ... |
Topic: Where can I find the MQ Series API JavaDoc (JMS) |
jdwolf
Replies: 9 Views: 9490
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 06, 2005 4:31 am Subject: Too bad there is no JavaDoc |
Pity...
Whenever I study a new API, I usually include the Java Doc into WSAD so I can navigate quickly to the details of an object. I saw earlier posts of people who are missing the Javadoc. Is the ... |
Topic: Where can I find the MQ Series API JavaDoc (JMS) |
jdwolf
Replies: 9 Views: 9490
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 06, 2005 12:45 am Subject: Forget it, there is no JavaDoc |
A topic search learned me that there is no JavaDoc |
Topic: Where can I find the MQ Series API JavaDoc (JMS) |
jdwolf
Replies: 9 Views: 9490
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 06, 2005 12:27 am Subject: Where can I find the MQ Series API JavaDoc (JMS) |
Hi,
Can anyone tell me where to find the JavaDoc Api for the Java classes included in WebSphere MQ?
Regards,
Jeroen de Wolf |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 23, 2005 5:10 am Subject: Problem solved |
Hi,
Reinstalling WS MQ and CSD 10 did the trick. All of you..thanks a lot!
Kind regards,
Jeroen de Wolf |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 7:02 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
That makes sense...Ill try that
Both of you, thanks for the suggestions... |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:51 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
I think I have something. When I view the system objects, I see an accumulation of messages sent today and earlier. They are put on the SYSTEM.BROKER.DEFAULT.STREAM.
If they appear on this location ... |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:41 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
You could be right here, I did not know that. In my despair I installed CSD10 because I know from experience that IBM service packs sometimes do the trick. |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:30 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
I get :
3 : dis ql(QMAN1) curdepth
AMQ8147: WebSphere MQ object QMAN1 not found.
I assumed QMAN1 (the Queue manager) is the broker name, or is this wrong? |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:23 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
Do a "dis ql(*BROKER*) curdepth" and see if there are messages that there shouldn't be.
Also, check that the broker version on the TCF is actually set to 1.
Also look for errors in the MQ logs.
... |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:15 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
Hi,
The client (J2EE fat client running in WSAD), the server (WAS), and the Queue Manager are on the same machine so I use binding mode. When i get this working I want to try to connect to a remote ... |
Topic: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
jdwolf
Replies: 16 Views: 12202
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 22, 2005 6:09 am Subject: JMS Pub/Sub with MQ 5.3 and Ma0c support pac |
Hello,
I am investigating PubSub messaging using a J2EE fat client app in WSAD that communicates with WAS to publish a message on a Topic configured in WAS. All goes well (TopicConnectionFactory, T ... |