Can I use JMQ 2.0 in a java application?

Is it possible to have a stand alone iMQ client? I have a requirement where one of my applications which needs to communicate with iMQ runs on a different machine than the iMQ itself. I also need to have a separate JNDI repository for this application to look up administered objects. So in short I need to create a JNDI entry for an already existing Queue (or queueconnectionfactory) on an existing iMQ server. Also I need to know which libraries (jars) to copy to my application machine so that they can successfully access iMQ. I know I can do this for MQ series.

iMQ 2.0 does support both:
- installed only the client jar files
- using JNDI to store the connections objects
It is possible to have a standalone client. All of the jar files you
need for a client is available in the client runtime package
On solaris: you need to install the SUNWjqapi package on the client
system
On Linux: you will need the following libraries:
fscontext.jar jmq.jar jnet.jar ldapbp.jar
jaas.jar jms.jar jsse.jar providerutil.jar
jcert.jar jndi.jar ldap.jar
jms.jar -> is the jar which has the jms interfaces
jmq.jar -> has the iMQ jms implementation
jsse.jar -> is used for SSL comminication
other jars are used for ldap
On Windows: run the iMQ 2.0 installer and select a custom install
when the "select components" dialog is displayed, select
"client Runtime"
Once you install the client runtime, your clients will need
to connect to the remote broker. This can be done by:
1. specifying the broker name on the command line
(if you have changed the brokers portmapper port,
you may also need to specific the port with JMQBrokerHostPort)
the default port for the portmapper):
java -DJMQBrokerHostName=<brokerhost> <your class file> <your args>
e.g.
java -DJMQBrokerHostName=myhost MyApplication
2. Specifiy the broker host in an administered Connection Object
for directions on how to create an administered object, see:
Chapter 7 of the admininstrators guide
(doc/en/userguides/admin.pdf)
For directions on using administered objects, see
Chapter 3 of the developers guide
(doc/en/userguides/developer.pdf)
If you are using JMQ2.0 and planning to use http to communicate
with the broker, you will need to add one additional jar file:
jmqutil.jar
This restriction is lifted once the JMQ 2.0 SP1 patch is applied.

Similar Messages

  • Can i use REALTIME EQUALIZER of AUDIGY from another application? API of AUDIGY?? H

    Hi to all,?Can i use EQUALIZER of AUDIGY from another application? need SDK? Help me?For example, VIDEOLAN hasn't a REALTIME EQUALIZER.... i want REALTIME EQUALIZER under VIDEOLAN or other application... can i use API of SOUNDBLASTER AUDIGY from another application and how?

    ? Isn't the Audigy EQ working 'globally' (meaning, if it's enabled then it effects on all audio outputted through Audigy)?
    If you mean programming those API calls into your own software then you'll propably need to dig those functions by 'disassembling' the EQ code (it's maybe not very easy...).
    jutapaMessage Edited by jutapa on 05-08-200705:4 PM

  • How to make use of Windows authentication from my Java application

    I have a Java application, Instead I design one more login page for my application, I want to make use of Windows Authentication.
    How should I use that windows authentication in my java application
    can any help me in suggesting a solution

    How will they be able to access your application if they aren't users of the system?

  • How can i build RPMs file for my own Java Application?

    How can i build RPMs file for my own Java Application?....I have my own directory that contains all Java Source files and some files that my Application required....I want to build RPMs file like a install File to Linux System, Now my OS is Linux Fedora core 1.....How can i do this?

    I think that in order to create a RPM, you'd need to
    use some C.Nope - the RPM is all about packaging and the "magic" x.spec file. You can have anything you want in the RPM, but you have to use RPM tools to build the .rpm file. One of the features is that you can also indicate (via "install" scripts) modifications to other files or the filesystem to support the installation of whatever's in the RPM.

  • Is it possible to use the JS coding in webdynpro java application!!!

    Hi Experts,
    Is it possible to use the JS coding in webdynpro java application by any means?
    If yes, kindly suggest the procedure or any pointers for the same.
    Thanks in advance.
    Regards,
    Anurag

    Hi,
    I'm not an expert in this matter, but I will post here what I know:
    In NW7 releases (at least 7.01.05) it is possible to run JS, also to capture any WD Event and run your own JS code after that, using IFRAME. I have jQuery running here, it would take some time till you create a "framework" to enable some easy usage. I just want to highlight that is possible, thou I think it's a lot of effort.
    Not sure about CE7.1 it seems iFrame is deprecated. Still, being deprecated should not "block" the usage, thou it's not recommended since this functionality can be removed in next releases.
    I've read that CE7.2 has JS support, and I think you should try having a word with Armin maybe..
    Hope it helps,
    Daniel

  • Migrating to Sharepoint 2013 from 2010 - Can you use the same URL for the Web Application without affecting the 2010 environment?

    Hi,
    I am currently trying to migrate our SharePoint 2010 environment to SharePoint 2013. The first thing I'm doing is creating a 2013 development environment to verify that this migration goes smoothly. I'm also doing this so that we will have a testing environment
    after the upgrade to 2013 is complete. 
    So here is my question: I have a 3 tier farm including; 1 app server, 1 wfe, and 1 sql server. I have made a copy of our SharePoint 2010 database and installed that on our sql server 2012 sever (This new environment is on 3 completely separate servers from
    our 2010 environment). I have also installed the prereqs and configured SharePoint 2013 on the App server and wfe servers, as well as configuring the necessary service applications (I have created a completely new 2013 database where I will migrate my 2010
    database content when I'm ready).
    I am now at the point where I need to create a new web application on the 2013 app server, where I will be migrating the copied 2010 database.  (Also note that we have a 2010 development site called https://[email protected])
    When I go to create a new web application in our 2013 dev environment, can I use the same url (https://[email protected]) to create this web app, or will this screw up our current 2010 dev environment?
    I'm new to SharePoint migrations, so I apologize if this is a stupid question.
    Thanks in advance for any insight you can share on this!
    Boe Barlage

    So, what you are recommending is that before I create a web application in my new 2013 environment, I need go into my hosts file on my 2013 app server and alter it to point to my 2013 wfe.
    Then after I do that, then I can create my new web application on my 2013 app server with the same url as my 2010 testing environment
    (https://[email protected]). 
    Then after that I should be able to access my new sharepoint 2013 environment at the same URL (https://[email protected])?
    I must be missing something.
    In your first reply, you told me to alter the host file on my 2010 app server and point it to my 2010
    wfe (I guess I thought it probably already is). You also told me to alter the host file on my 2013 app server and point it to my 2013 wfe. 
    so I am confused on after I do this, what url would I access my 2010 test environment, and what url would
    I access my 2013 test environment?
    I am fine with having my test environment as a different URL until I am totally ready to roll everything over and kill the 2010 site. But I want to make sure that when I migrate my database, none of the site links are broken.
    I also want to make sure that if I proceed this way, I want to be sure that I will be able to modify the URL to what my 2010 environment is (without a lot of headaches) when I am ready to kill the 2010 site.
    Thanks again for your help, it's much appreciated!
    Boe Barlage

  • How can i call a VB6 project from my java application using JNI

    hi
    can anyone tell me the procedure of calling a VB6 project from any java application using JNI
    if anyone does know then tell me the detail procedure of doing that. I know that i have to create a dll of that VB6 project then to call it from the java application.
    if anyone know that procedure of creating dll file of an existing VB6 project please reply
    please if anyone know then let me know

    Ahh, kind of a duplicate thread:
    http://forums.java.sun.com/thread.jspa?threadID=631642
    @OP. You could have clarified your original post and the relationship of your question to java. You did not need a new thread.
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can I use Tomcat 6 mod_jk workers in Oracle Application Server's Apache

    We want to use Tomcat 6 to deal with Java traffic coming to a Oracle 10.1.2.xx Application Server. Can we use mod_jk workers and is it a supported combo?

    <bump/>

  • How can i use embbed version of mysql in java?

    Hi all,
    How can i create embedded version of mysql in my java application? is it possible to do it in java if yes then how please little hint required thanks in advance

    this is technically possible but may be rather difficult.
    why exactly do you want to embed the database in your application?
    have you considered using a pure java embedded database?
    i think there is probably a better and easier solution to this.
    if you MUST do it this way then look at this http://dev.mysql.com/doc/mysql/en/libmysqld_overview.html
    and then have fun with JNI http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jni.html
    essentially you will have to have the mysql embedded server which is in C++ and connect to them from Java with JNI.
    this is why I strongly suggest you consider the first two questions i asked because this seems like a lot of work to probably solve a simple problem.

  • How can I use UNIX "ls -lt" command in JAVA?

    I have a piece of java code whose function is to search for all
    the files in a directory and attach the time of the file creation.
    How can I do it? Also, I know that in UNIX, "ls -lt" will give me
    all the file names and the creation times. So how can I use "ls -lt"
    in Java?

    O,I see you have notice my friend tsith,its not really about what language is better its about what language is better to start off with,this is the twist and the diffrents to other postings and so far I have not seen a good argument saying y java is a better language to start off with.Anyways the ? still stands is java a better language to start off with then c/c++???.If you ask me c/c++ is better and I am just waiting for a good argument to give my reasons.Anysways good to see you are still around tsith ;-).

  • Can w use rsync for Business Continuity for Oracle Applications Release12 ?

    Hi ,
    One of our customer has implemented Oracle EBS R12 (12.0.6) on HP-UX (IA).
    Database Tier on a Two Node Oracle Database 10g R2 RAC
    Application Tier on Two Node using Shared APPL_TOP with Load Balancer.
    They want to implement DR site using Oracle Data Guard (RAC to Non-RAC).
    I was referring to Note: 452056.1 +( Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC )+.
    In this note its mentioned that:
    If you wish to synchronize your concurrent manager log and out files between production and standby, you need to create folders matching to the APPLCSF environment variables for each others......................... For example, set up an rsync job similar to the below example in cron, to run every few minutes.
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.
    Rgds,
    Thiru.

    Thiru,
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.You can use it with no issues. Or, you could use any other copy tool to copy those files.
    Thanks,
    Hussein

  • Common java version which can be used in (Agile,EBS12.1.x & Hyperion)  applications

    Hello All,
    I need notes for java upgrade. I need common java version which can be used in all our applications.
    EBS Application Version 12.1.3
    Agile                       Version 9.2.3
    Please share your Comments.
    Thanks
    user11980530

    I need notes for java upgrade. I need common java version which can be used in all our applications.
    You need to review the release notes or documentation for those product versions to see which versions of Java they support.
    Then use the latest version Java that is compatible with both of them.

  • Can I use message class(from se91) in BSP applications

    Hi,
    Can I use message from message class(se91) to display in pages of BSP application.
    Best Regards
    Rayudu

    Hi,
      Thanks for response.
    How can I get se91 message in onInput processing?
    I understand that for long texts i can use OTR texts. Weather I need to maintain OTR texts for simple error messages?
    Best Regrads
    Rayudu

  • Can we use Weblogic as WebServer  with WebSphere as Application server??

    Hi,
    I need to know that there is an application (Temenos) which is running on Websphere(Application server). My question here is that Can we use WebLogic as WebServer that routes HTTP requests and response to Websphere?
    If Yes, can anyone guide me or give me some link to do that?
    Thanks & Regards,
    Noman

    user773433 wrote:
    Hi,
    I need to know that there is an application (Temenos) which is running on Websphere(Application server). My question here is that Can we use WebLogic as WebServer that routes HTTP requests and response to Websphere?
    If Yes, can anyone guide me or give me some link to do that?
    Thanks & Regards,
    NomanHi Norman,
    This certifcation forum is unlikely to help much, hopefully this fourm is more appropriate ....
    WebLogic Server - General
    Rgds bigdelboy.
    Edited by: bigdelboy on 10-Jul-2009 08:40
    Edited by: bigdelboy on 10-Jul-2009 08:42 - Determined a better forum to post in.

  • Use loadrunner to test Web Dynpro Java Application

    Hi Gurus,
             I'm using Loadrunner 11.0 to do load test to Web Dynpro Java Application. At first, I used web(http/html) protocel script, and I could record the whole business process successfully.  But the script seems very hard to understand. For example, the following script is so complex.
    After this, I tried 'SAP Click and Script'. At this time, loadrunner only record my logon action, while my business operation was not recorded in the script.
    "Body=sap-ext-sid=nYCksrUa3nHq2NIwTPpTKg--LpNoVBU_d2sS7nCHLaG*qQ--&sap-wd-cltwndid=WID1411644055966&sap-wd-norefresh=X&sap-wd-secure-id=kNh-egwklSanOHIGRb7-eA%3D%3D&SAPEVENTQUEUE="
      "ComboBox_Select%EE%80%82Id%EE%80%84aaaa.App_Property_FormCompView.ANLKL%EE%80%85Key%EE%80%84FA040%EE%80%85ByEnter%EE%80%84false%EE%80%83%EE%80%82ClientAction%EE%80%84submit%EE%80%83%EE%80%82urEventName%EE%80%84COMBOBOXSELECTIONCHANGE%EE%80%83%EE%80%81Form_Request%EE%80%82Id%EE%80%84...form%EE%80%85Async%EE%80%84false%EE%80%85FocusInfo%EE%80%84%40%7B%22sFocussedId%22%3A%20%22aaaa.App_Property_FormCompView.ANLKL%22%7D%EE%80%85Hash%EE%80%84%EE%80%85DomChanged%EE%80%84false%EE%80%85IsDirty%EE%80%84fal"
      "se%EE%80%83%EE%80%82EnqueueCardinality%EE%80%84single%EE%80%83%EE%80%82%EE%80%83",
    Could anyone give me the clue or materials about WDJ load test using loadrunner? Thanks very much
    regards.
    zhihua

    Hi Zhihua,
    First delete all the cookies from your browser.
    Close all the internet sessions which are opened in your system. During your script recording
    Open only 1 session which you will be recording for java script.
    The above mention log is the cookies from the internet explorer.
    its of no use for the script you can even delete from the script.
    Regards
    Mohammed

Maybe you are looking for

  • Printing with black ink only

    I have a HP photosmart c6280.  I only want to print in black only but my colored ink keeps expiring and needs to be replace too frequently.  I have tried grayscale but it still drains my color ink.  what can be done about this?????

  • Can't drag and drop apps and ringtones from itunes into the iphone.

    I'm sure it's something that I have to enable in itunes or the iphone, but I can't seem to drag and drop my apps or ringtones from itunes. This started when I got a replacement phone from my provider. I can't transfer them on my itunes. I get a block

  • Quick mask wont show green highlight CS5

    This is driving me mad, new to CS5 but have used various other programs with mask feature, I can select a quick mask with the colour set to white and black, on the black it will highlight in Red no problem but on the white it won't hight light in gre

  • HT1923 how do you get the dvd drive back after installing itunes to windows 7

    How do you get the dvd drive back after installing itunes to windows 7??

  • Code Lockout Problem

    My Niece tried to guess my code and locked it.  So I stopped getting the code screen when I turn it on.  Then I tried to get in by updating my version.  It is the first iPhone that was made and now, all I see is the iTunes connection request screen w