Author |
Message |
Topic: Queue manager is not starting... |
saurabh.mk2003
Replies: 4 Views: 4766
|
Forum: General Discussion Posted: Tue Nov 13, 2007 1:35 am Subject: RE::Queue Mgr not starting .. |
The excerpts of the FDC are ::
+-----------------------------------------------------------------------------+
| |
| We ... |
Topic: Queue manager is not starting... |
saurabh.mk2003
Replies: 4 Views: 4766
|
Forum: General Discussion Posted: Mon Nov 12, 2007 11:17 pm Subject: Queue manager is not starting... |
I have created the Queue manager myQM. But I am not able to start it. I have tried it using command console also. I have restarted the machine also. But its not working.
It is giving the error ::
... |
Topic: To show msg from flat file into XML |
saurabh.mk2003
Replies: 1 Views: 1851
|
Forum: General IBM MQ Support Posted: Mon Oct 29, 2007 5:28 am Subject: To show msg from flat file into XML |
Hi,
I have a carrot delimited file containing header & line items. The format of this input file is ::
01^empid^empname^empadd
02^id^name
where '01' ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 4 Views: 5077
|
Forum: IBM MQ API Support Posted: Fri Jun 01, 2007 11:16 pm Subject: Integrating Java with MQ |
My program requirement is that I should be able to browse the messages in the Websphere Message Queue (MQ) through pure Java code for which I have written the following code :
/*Function:
Th ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 12 Views: 8469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 01, 2007 10:47 pm Subject: Integrating Java with MQ |
While compiling & running the code as posted above, its not giving any problem. Its working fine.But on the console its giving me the MQ exception as:
MQJE001: Completion Code 2, Reason 2058 ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 12 Views: 8469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2007 6:04 am Subject: RE:Integrating Java with MQ |
After printing "mqbrowse: browse and optionally get messages" , its going in the start() met. Then in the start method, it is printing the reason code & Completion Code Which is there ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 12 Views: 8469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2007 10:50 pm Subject: RE:Integrating Java with MQ |
Yes I am sure that I am specifying the correct Queue name also there are messaes in the Queue. Its Queue depth is 12.
Its printing 'mqbrowse: browse and optionally get messages' and hungs ?
Now ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 12 Views: 8469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 28, 2007 8:48 pm Subject: Integrating Java with MQ |
I have written the following code. Its compiling & running fine.
But its not giving its desired output.
The code is:
/*Function:
This program browses message before actually gettin ... |
Topic: Integrating Java with MQ |
saurabh.mk2003
Replies: 12 Views: 8469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 27, 2007 8:45 pm Subject: Integrating Java with MQ |
My program requirement is that I should be able to insert or delete the messages in the Websphere Message Queue (MQ) through pure Java code . This MQ is used in the MiddleWare Technologies to read the ... |
Topic: Integrating MQ with Java |
saurabh.mk2003
Replies: 2 Views: 3362
|
Forum: General IBM MQ Support Posted: Sun May 27, 2007 5:01 am Subject: Integrating MQ with Java |
My program requirement is that I should be able to insert and delete the messages in the Websphere Message Queue (MQ) through pure Java code . This MQ is used in the MiddleWare Technologies to read an ... |