Author |
Message
|
skrv |
Posted: Mon Jan 06, 2014 10:46 am Post subject: How to Connect Standalone Java App with MQ |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
Hello,
There is a standalone java application running on ABC server and MQ7 also installed on that ABC server. Application don't want to use WAS to connect to MQ.
How to connect this application to MQ? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 06, 2014 11:07 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
skrv |
Posted: Mon Jan 06, 2014 12:42 pm Post subject: |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
without installing MQ client, can the application connect to MQ? Because we already have MQ server 7 software installed on that server where application is running. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jan 06, 2014 12:56 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 06, 2014 12:58 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
skrv wrote: |
without installing MQ client, can the application connect to MQ? Because we already have MQ server 7 software installed on that server where application is running. |
You could create a binding connection.
But if the server software is installed, it's likely the client was installed at the same time. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
skrv |
Posted: Mon Jan 06, 2014 1:04 pm Post subject: |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
MQ Client is not installed as we don't allow client connections.
This Java app can't use MQ client and don't want to use WAS.
I think they can still connect to MQ queue manager using Bindings Mode. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Jan 06, 2014 3:00 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
MQ Client is any way free, binding files are easy to get it created, you have to make a little bit changes in your code to work with context factories _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|