Author |
Message |
Topic: mqsicreatebroker issue |
gobi_nathan
Replies: 4 Views: 3803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 29, 2004 8:14 am Subject: mqsicreatebroker issue |
Hi All,
This problem is solved after adding oracle_home/lib32 folder in the ld_library_path .
This solution is found in DataDirect support site, but not from ibm.
-Gobi |
Topic: mqsicreatebroker issue |
gobi_nathan
Replies: 4 Views: 3803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2004 1:01 pm Subject: mqsicreatebroker issue |
Hi All,
On Solaris, i have WMQIB5 ,CSD03 and Oracle9i(9.2.0.1).
I am trying to create a broker and it is giving me a database error.
I have done the following
Run the "mqsi_setupdatabase" ... |
Topic: WMQIB(cannot create broker on oracl9i(9.2.0.1)) |
gobi_nathan
Replies: 9 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2004 12:21 pm Subject: WMQIB(cannot create broker on oracl9i(9.2.0.1)) |
Hi Vignesh,
Did you solved this issue ? If so, can you hellp me how you solved this , i am facing the same problem.
Thanks in advance
Regards,
-Gobi |
Topic: Passing String output message |
gobi_nathan
Replies: 3 Views: 3411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 12, 2003 5:04 am Subject: Passing String output message |
Hi All,
I want pass the single string message to the MQOutput node. Can anyone tell me how to do that?
My message flow is very simple.
MQInputNode -> Compute Node -> MQOutputNode
In ... |
Topic: ESQL-Outer join |
gobi_nathan
Replies: 2 Views: 5850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 12, 2003 4:58 am Subject: ESQL-Outer join |
Hi All,
Is it possible to use the outer join (similar to oracle) in ESQL.If anyone used please tell me how to bring the same functionality using ESQL?
Regards,
Gobi. |
Topic: DLL Problem When trying Mq as JMS Provider |
gobi_nathan
Replies: 2 Views: 3233
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 11, 2003 1:48 am Subject: DLL Problem When trying Mq as JMS Provider |
You have to add java/lib in your path.If you are using unix,then you have to set
setenv LD_LIBRARY_PATH /opt/mqm/java/lib
Where the .dll or .so files are located.
-Gobi |
Topic: Message selector - JMS |
gobi_nathan
Replies: 6 Views: 4072
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 03, 2003 8:12 pm Subject: Message selector - JMS |
Hi all ,
Even though,if we go for MQSI.I know we can reformat the message and publish it into different subscribtion point.
But,Can the simple MQ subscribers written in any language will get the ... |
Topic: Problem in Java MQ pooling - urgent |
gobi_nathan
Replies: 4 Views: 5273
|
Forum: IBM MQ Java / JMS Posted: Thu May 22, 2003 9:55 am Subject: Problem in Java MQ pooling - urgent |
Hi zpat ,
I got what you are saying, will change my logic accordingly.thanks you very much.
-Gobi |
Topic: Problem in Java MQ pooling - urgent |
gobi_nathan
Replies: 4 Views: 5273
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2003 9:49 pm Subject: Problem in Java MQ pooling - urgent |
Thanks zpad,
Following is the logic i am using in my program, I haven't get where the exact problem is.
I have set the wait interval unlimited.
And i am issueing th MQGET without the wait ... |
Topic: Problem in Java MQ pooling - urgent |
gobi_nathan
Replies: 4 Views: 5273
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2003 5:30 am Subject: Problem in Java MQ pooling - urgent |
Hi ,
I have problem in Java - MQ pooling program.I have written the java pooling program that connects with the MQ- server through the server connection channel.This program keeps the ... |
Topic: Pub/Sub Subscribers lang.. |
gobi_nathan
Replies: 1 Views: 1777
|
Forum: IBM MQ Java / JMS Posted: Tue May 20, 2003 2:13 am Subject: Pub/Sub Subscribers lang.. |
Hi All,
We are designing the Pub/Sub model using JMS.Our requirement is the Publishing application will be in Java.
Subscribers language can be any other language.I want to know,what are the langu ... |
Topic: Message selector - JMS |
gobi_nathan
Replies: 6 Views: 4072
|
Forum: IBM MQ Java / JMS Posted: Mon May 19, 2003 4:52 am Subject: Message selector - JMS |
Can the message published in the single topic,will be retrived by multiple subscribers using the content of the message.
I want to send the same message(publishing in single topic) in the different ... |
Topic: Pub/Sub in Java |
gobi_nathan
Replies: 1 Views: 1826
|
Forum: IBM MQ Java / JMS Posted: Thu May 15, 2003 4:02 am Subject: Pub/Sub in Java |
Hi All ,
1) We are planning to use MQSeries for base Java classes for Pub/Sub model.I would like to know whether it has disadvantages then using JMS classes.
2) I guess,In Base java the topics a ... |
Topic: JMSAdmin not persist the objects |
gobi_nathan
Replies: 4 Views: 2698
|
Forum: IBM MQ Java / JMS Posted: Thu May 15, 2003 12:44 am Subject: JMSAdmin not persist the objects |
I am using Websphere Application server Single server edition V 4.0.1.Can you tell me from which version websphere persist the MQ objects. |
Topic: JMSAdmin not persist the objects |
gobi_nathan
Replies: 4 Views: 2698
|
Forum: IBM MQ Java / JMS Posted: Tue May 13, 2003 11:39 pm Subject: JMSAdmin not persist the objects |
I guess someone must faced the same problem.Anyone can answer for this questions. |