Author |
Message |
Topic: Publish/Subscribe utility |
nilendu
Replies: 2 Views: 2954
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 26, 2009 2:11 pm Subject: Publish/Subscribe utility |
Hi guys,
Just wanted to correct few typos in my previous post. I am using PCF messages and not PFC messages.
Also here is the code snippet where I format the PCF command.
-------------------- ... |
Topic: Publish/Subscribe utility |
nilendu
Replies: 2 Views: 2954
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 26, 2009 7:46 am Subject: Publish/Subscribe utility |
Hi All,
Hi seniors....
I am working on a pub/sub utility that uses PFC message to register and deregister subscribers to a topic.
I format a MQPSCommand RegSub and MQPSCommand DeregSub and ac ... |
Topic: MQ JMS API calls from AXIS |
nilendu
Replies: 1 Views: 1869
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 21, 2008 1:17 pm Subject: MQ JMS API calls from AXIS |
Hi all,
I have a sample MQ JMS point-to-point program. It connects to MQ and puts a message to the queue defined in JNDI.
Now I want to expose this application as a webservice. I am using AXIS 2 ... |
Topic: Create a Topic and subscriber to a Topic |
nilendu
Replies: 6 Views: 4071
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 28, 2008 1:45 pm Subject: Create a Topic and subscriber to a Topic |
Hi fjb_saper,
Thanks for your help. I used the rfhutil today.
Here are the steps I followed
1) selected reg pub ->
registered a publisher and provided a topic name 'test'
used SYST ... |
Topic: Create a Topic and subscriber to a Topic |
nilendu
Replies: 6 Views: 4071
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 27, 2008 4:19 pm Subject: Create a Topic and subscriber to a Topic |
Hi fjb_saper,
Nope this didnt work. I created an ALIAS queue and made it part of my
createTopic() call -
topic://test?brokerDurSubQueue=MYALIAS&brokerVersion=1
These messages did arrive ... |
Topic: Create a Topic and subscriber to a Topic |
nilendu
Replies: 6 Views: 4071
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 27, 2008 10:56 am Subject: Create a Topic and subscriber to a Topic |
Hi All,
I am using JMS API to create a Topic and Subscribe to the Topic.
My question is how do we specify the queue name where the messages for a particular Topic be sent?
When I use JMS API as ... |
Topic: Test997 WebSphere Message Broker V6.0, Solution Development |
nilendu
Replies: 2 Views: 3986
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Dec 06, 2006 9:52 am Subject: Test997 WebSphere Message Broker V6.0, Solution Development |
Can someone comment on this exam please?
How's the difficulty level of the questions and how much MB exp. do u need to have to pass this exam?
Also what's the ROI for this test?
regards,
Nilendu |
Topic: fail to print the MQMD contents from router exit |
nilendu
Replies: 5 Views: 3904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 22, 2006 3:29 am Subject: fail to print the MQMD contents from router exit |
wschutz,
Thanks for your crisp and to the point answer.
regards,
Nilendu |
Topic: fail to print the MQMD contents from router exit |
nilendu
Replies: 5 Views: 3904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 20, 2006 9:24 pm Subject: fail to print the MQMD contents from router exit |
Hi jefflowrey,
The contents of the variable is not null. I have tried with the following check as well
Please advice!!
if(pExitParm->MsgDescPtr->ReplyToQ!=NULL)
{
fprintf(fp,"NOT ... |
Topic: fail to print the MQMD contents from router exit |
nilendu
Replies: 5 Views: 3904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 20, 2006 2:39 am Subject: fail to print the MQMD contents from router exit |
Hi All,
I have written a message router exit.
The structure MQPXP that is passed to the exit funtion is PMQMD or pointer to the MQMD structure.
I would like to print the contents of the MQMD ... |
Topic: pub/sub broker statistics report |
nilendu
Replies: 2 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 19, 2006 9:16 pm Subject: pub/sub broker statistics report |
mqmatt,
Can you please elaborate further.
From what I know mqsichangeflowstats is used to configure message flow statistics report.
But I am having issues with Pub/Sub broker statistics report.
... |
Topic: pub/sub broker statistics report |
nilendu
Replies: 2 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 19, 2006 2:32 am Subject: pub/sub broker statistics report |
Hi All,
I need to generate the pub/sub message broker statistics report.
The statistics report is generated but all the parameter's in that report have 'zero' values.
Here is the report that wa ... |
Topic: publish-subscribe routing exit |
nilendu
Replies: 6 Views: 4815
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 18, 2006 12:53 am Subject: publish-subscribe routing exit |
Hi All,
The subscriber issue is resolved now.
The problem occured because the truncated userID.
As mentioned in my previous update, I had the following error message in the event log:
Author ... |
Topic: publish-subscribe routing exit |
nilendu
Replies: 6 Views: 4815
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 14, 2006 10:41 pm Subject: publish-subscribe routing exit |
Hi jefflowrey/malammik,
Yes you are right. The message exit gets called only when the WBRK6_DEFAULT_BROKER is running.
AUTHORIZATION error :
ERROR response returned :
MQPSCompCode 2 MQPSReaso ... |
Topic: publish-subscribe routing exit |
nilendu
Replies: 6 Views: 4815
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 14, 2006 11:48 am Subject: publish-subscribe routing exit |
Mikhail,
Thanks for your update.
The security problem occurs as soon as I add routerexitpath
entry. The problem gets resolved once the routerexit entry is
removed.
I have tested it couple of ... |