Author |
Message |
Topic: configuring clearcase with mB7.0 |
skn
Replies: 19 Views: 13974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 13, 2010 9:12 am Subject: configuring clearcase with mB7.0 |
Recently configured a 6.1 toolkit with Clearcase. Not sure how much has changed in V7. But what worked for me is installing an eclipse plugin for clearcase. That should add a new perspective, Clearcas ... |
Topic: How to - Connection between MQ and WebLogic (image included) |
skn
Replies: 9 Views: 10792
|
Forum: IBM MQ Java / JMS Posted: Sat May 20, 2006 5:39 am Subject: How to - Connection between MQ and WebLogic (image included) |
have you looked at this?
http://ftpna2.bea.com/pub/downloads/jmsproviders.pdf |
Topic: 64-bit WebSphere MQ client libraries for 5.3 |
skn
Replies: 8 Views: 8482
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 06, 2006 6:29 am Subject: 64-bit WebSphere MQ client libraries for 5.3 |
We had installed the support pack without any problems on Solaris.It will be helpful if you can post the error message you are seeing. |
Topic: How to connect to MQ from WebLogic? |
skn
Replies: 16 Views: 13934
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 24, 2006 8:37 am Subject: How to connect to MQ from WebLogic? |
What about the output for the server where you have this bridge deployed.I dont see any mention of messagebridge in the console output you listed.
DO you have the IBM jar files for Java clients on ... |
Topic: How to connect to MQ from WebLogic? |
skn
Replies: 16 Views: 13934
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 24, 2006 7:57 am Subject: How to connect to MQ from WebLogic? |
But the brige only get this state:
WARN: failed to connect to the source.
I guess thats from the web admin console.Do you see anything in the command window from where you start the WL server ... |
Topic: How to connect to MQ from WebLogic? |
skn
Replies: 16 Views: 13934
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 24, 2006 7:50 am Subject: How to connect to MQ from WebLogic? |
I guess I would say it is a Sender from MQ to WebLogic.
Wouldnt that be a client connection from weblogic? from
def qcf(QM_inv1437) qmanager(QM_inv1437) host(inv1437) port(1414) transport(clie ... |
Topic: Question on accessing queues through programs: |
skn
Replies: 9 Views: 6948
|
Forum: General IBM MQ Support Posted: Fri Feb 24, 2006 7:41 am Subject: Question on accessing queues through programs: |
Thanks for the clarification. |
Topic: How to - Connection between MQ and WebLogic (image included) |
skn
Replies: 9 Views: 10792
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 8:09 am Subject: How to - Connection between MQ and WebLogic (image included) |
But if the JNDI-definitions is set up on Machine A with the MQ, how does WL on Machine B reache those JNDI-definitions that is stored on A. Seems a bit magic to me??
Whats the point of usin ... |
Topic: How to - Connection between MQ and WebLogic (image included) |
skn
Replies: 9 Views: 10792
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 22, 2006 1:32 pm Subject: How to - Connection between MQ and WebLogic (image included) |
Have you tried running JMSAdmin on Machine B?
JMSAdmin itself maps the connection factory to the MQ objects.Why do you need one more mapping?All that WL needs is access to this mapping no matter wh ... |
Topic: How to - Connection between MQ and WebLogic (image included) |
skn
Replies: 9 Views: 10792
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 22, 2006 8:58 am Subject: How to - Connection between MQ and WebLogic (image included) |
2) If we need to run the JMSAdmin what does it exactly do? Is it a mapping from one side to an other side? (The I just guess we need to run it from one side, weblogic, correct me if I'm wrong)
JMS ... |
Topic: Program was terminated - queue still open - cant delete msgs |
skn
Replies: 9 Views: 7467
|
Forum: General IBM MQ Support Posted: Thu Aug 19, 2004 7:20 am Subject: Program was terminated - queue still open - cant delete msgs |
What is " Delete Command " ?
Use the sample amqsget to clear the queue.You may have to modify it to handle your messages depending on their size by changing the buffersize. |
Topic: Open Output Count on SYSTEM.CLUSTER.TRANSMIT.QUEUE |
skn
Replies: 4 Views: 4016
|
Forum: Clustering Posted: Tue Feb 10, 2004 8:35 am Subject: Open Output Count on SYSTEM.CLUSTER.TRANSMIT.QUEUE |
Did you find out what caused this? |
Topic: Error deploying to new broker... |
skn
Replies: 7 Views: 4504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2004 2:10 pm Subject: Error deploying to new broker... |
Do both the brokers use the same userID? |
Topic: problem when deploying |
skn
Replies: 4 Views: 3123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2004 2:24 pm Subject: problem when deploying |
Are there anyother accompanying error messages.It looks like a database issue.Check the database logs to see if there are any flags raised in there. |
Topic: Establishing connection to Queue Manager in Solaris |
skn
Replies: 3 Views: 3753
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 15, 2004 9:56 am Subject: Establishing connection to Queue Manager in Solaris |
just setting a variable is reflected within the scope of the shell instance.
When you set the path and execute the program the variable you set is not available to the component that runs the program ... |