Author |
Message |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
marinmqseries
Replies: 11 Views: 8689
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 02, 2007 6:38 am Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
I have added
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/mqm/java/lib
export LD_LIBRARY_PATH
And it is working.Thanks all for your support  |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
marinmqseries
Replies: 11 Views: 8689
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 02, 2007 4:40 am Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
I am Using WebSphere mq v 6.0 for solaris sparc platform.
I have installed full server package.
I could see that instead of mqjbnd05.dll I have libmqjbnd05.so:
When I include that in my cla ... |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
marinmqseries
Replies: 11 Views: 8689
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 02, 2007 4:19 am Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
I could not find ibmqjbnd05 in any of the installation directories.
Please help. |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
marinmqseries
Replies: 11 Views: 8689
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 02, 2007 3:31 am Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
Hi I am using Mq Series on solaris.
While running the java program I am getting this exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.pa ... |
Topic: How do i forward messages from weblogic jms queue to mqqueue |
marinmqseries
Replies: 7 Views: 8591
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 22, 2007 6:38 am Subject: How do i forward messages from weblogic jms queue to mqqueue |
Could you please guide me in using mq explorerr .
What is jms admin?where can I access that console?  |
Topic: How do i forward messages from weblogic jms queue to mqqueue |
marinmqseries
Replies: 7 Views: 8591
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 22, 2007 3:05 am Subject: How do i forward messages from weblogic jms queue to mqqueue |
I do not have JmsAdmin at my end.I have mq series trail version installed at my m/c.I have IBM Mq Explorer tool using which I can create Queue magers and queues.But i Can not see what is the connectio ... |
Topic: Weblogic Messaging Bridge and MQSeries Issue |
marinmqseries
Replies: 6 Views: 11281
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 21, 2007 9:32 pm Subject: Mq bindings with weblogic |
Hi sirish,
Could you please provide me the steps to connect with mq from weblogic jms.I have weblogic and mq installed in the same machine.Thanks in advance
Cheers
Marin |
Topic: How do i forward messages from weblogic jms queue to mqqueue |
marinmqseries
Replies: 7 Views: 8591
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 21, 2007 9:12 pm Subject: How do i forward messages from weblogic jms queue to mqqueue |
Hi,
I have the following requirement.
I need to post my response in jms queue.
This jms queue has to post the meesage to a mq queue.
For this I have configured two bridge destinations in weblogic ... |