Is Any One There To Guide Me?

Hi All!
I am developing a socket-based messaging application like msn/yahoo. But I think it can be well-developed using JMS, but don't know why and How?
Can any one explain me with code samples Why and How to use JMS? and Is it is best suited for Message Applications or for certain situations.
All replies will be acknowledged.
Kashif

Why don't you take a look to the JMS tutorial provided by Sun?
http://java.sun.com/products/jms/tutorial/

Similar Messages

  • ANY ONE THERE TO SOLVE THIS ERROR INSTALLING ORACLE APPLICATION SERVER 4.0.7 .

    I AM INSTALLING ORACLE APPLICATIONSERVER 4.0.7 FOR WINDOWS NT4.0
    I AM USING AMDK62 366 HZ. 192 MB RAM
    AFTER ENTERING THE SITE INFORMATION I AM GETTING AN ERROR SAYING THAT
    OWS.VRF(1502)READ_ERROR WHILE TRANSLATING OWS.TCPPORT FROM
    D:ORANT\ORAINST\OWS_PORT.STAT
    D IS MY HARD DRIVE.
    CAN ANY ONE HELP ME.
    i first thought its some device reading error
    but its only failing at that point and i am
    not able to procede further is there any one to solve this.

    Thanks to all of them who read my problem and tryed to solve it
    I my self figured out the problem yesterday night.
    I looked at the error message closely
    the path in it said D:ORANT/ORAINST/OWS_PORT.STAT
    sorry in my topic I didnot typed like this
    please forgive me.
    when I am looking at path I found the path is cruked you see there are forward and backward slashes so I thought may be its confusing while reading so I copyed entire CD to hard drive opend ows.vrf and changed manully the path to replace the backward slash with forward saved the file and now I tried to Install.
    At last I installed OAS.
    My next job is to post install OAS to configure 8i and OAS.
    When I came today I got mail from Oracle support suggesting me to click on startup.exe
    instead of allowing it to auto run.
    I tried this also but not from CD but Copying entire cd to hard drive even then I got same error.
    I mailed my solution to them.
    I guess its time to open up a FORUM entirely for OAS on windows NT problems
    null

  • Is any one there  2 help me

    hi this is gopinath
    i have a problem for a long time.
    i done a fullscreen view using Frame and Window class.
    i have one option on my GUI-Fullscreen view
    if i click that option i have to get the fullscreen view of my GUI
    Fullscreen is getting but it gets displayed back on my original GUI
    i have 2 bring to the front.
    i used show(),toFront(),setVisible().These are not working.
    what to do?
    shall i build Fullscreen using JFrame and JDialog?Is this possible?
    help me how to do..........
    or shall i continue the previous path?
    help me plzzzzzzzzz.........................

    hi this is gopinathHello.
    i have a problem for a long time.I have read your posting and I am not sure what the problem is but I will try to help if I can.
    i done a fullscreen view using Frame and Window
    class.Window is rarely used. It has no borders or menu bar. Frame is more commonly used. It extends Window. Neither have a "fullscreen view" but there is a getToolkit() which can be used to getScreenSize().
    i have one option on my GUI-Fullscreen view
    if i click that option i have to get the fullscreen
    view of my GUI
    Fullscreen is getting but it gets displayed back on
    my original GUIWell where else could it be displayed.
    i have 2 bring to the front.
    i used show(),toFront(),setVisible().These are not
    working.Window (and consequently Frame) have a toFront() method. You would probably need to either (1.) pass control to the Window that you need at the front and call its toFront method, or (2.) pass control to the Window that you want visible while calling setVisible(false) on the other Window.
    what to do?
    shall i build Fullscreen using JFrame and JDialog?Is this possible?JFrame is generally preferred to Frame because JFrame is lightweight. This means it is written entirely in Java.
    help me how to do..........Search the tutorials for "Swing." JFrame extends Frame so you should still be able to use the methods that you are used to using.
    or shall i continue the previous path?Either would work. Jframe is slightly preferred. However you may wish to also look into using JDesktopPane and JInternalFrame. The intention behind the design of these these two is that JInternalFrames live inside a JDesktopPane.
    help me plzzzzzzzzz.........................It is difficult to design someone else's programs. Especially without some idea of what the program is supposed to be doing. Ideally it would be good to have a little explanation about
    1.) what you are trying to achieve
    2.) programs that you have written
    3.) exception or problems that your code is having.

  • Can any one guide me in this. I would like to start my certifications in VM Ware. Especially in cloud. I saw there is an exam for the new starters .(VCA). it is enough or should I go for any other Training in MCSA (Server).

    Can any one guide me in this. I would like to start my certifications in VM Ware. Especially in cloud. I saw there is an exam for the new starters .(VCA). it is enough or should I go for any other Training in MCSA (Server).

    VCA is to make sure that you have a understanding of the general concepts before you go to do a full VCP course.
    I have taken the VCA datacenter and it was very much a case of: What product does what?
    You wouldnt get a job on merit of having a VCA where as you would with the VCP.

  • Pls any one guide me to this problem

    Hi ABAP Consultants,
    Pls guide me to this problem,
    I developed one report for inqury and quattaion and sales order on the same list.
    there dupulicate vales are coming, i need to remove to this problem.
    for that i wrote a duplicate addjusent squary. after that in inquary duplicates are not coming but in quataion and so repeated records are printed.
    Pls  pls    any one say some thing about the problem.

    HI,
    How are you displaying the entries is this done via ALV and did you first create an internal table which you pass to the ALV. When having an internal table you can simply do:
    DELETE ADJACENT DUPLICATES FROM itab
    You can even give key fields.
    If you are using an SELECT and ENDSELECT statement and then a write statement in between, I would suggest to drop the SELECT and ENDSELECT statement and do:
    SELECT * FROM TABLE INTO itab WHERE ...
    Then you can loop over the table and do your write statements.
    Best regards,
    Guido Koopmann

  • We set up Airprint to our Xerox machine but we have codes set up so each department has to enter their code in before they print. Airprint will not work because we have the codes. Does any one know if there is a way to override this?

    Hello there-
    Our Xerox rep helped us set up Airprint to our copier machine. We have department codes set up on our copier so when any one goes to copy or print something they need to punch their code in. Airprint will not work because we have those codes (something prints out to the copier saying error due to accounting codes being set up). Does anyone know if there is a way to override this on our ipads? Thank you!!

    Hi Nico,
    if you want a local test/development setup of Oracle why don't you just install Oracle 11gR2 XE (http://www.oracle.com/technetwork/products/express-edition/downloads/index.html) ?
    If you install this you get a database, APEX (4.1), client etc all in one install, this includes a webserver (EPG) on port 8080 without having to configure anything. It's a simple next-next-next installation without much configuration.
    If you would like to seperate database and software you can always do this later when you understand the concepts of database/control files etc.
    If you would like to upgrade to APEX 4.2 you can download this afterwards and easily install this by running two scripts in SQL*Plus ( apexins.sql and apxldimg.sql ), just check the apex 4.2 installtion guid section EPG for this.
    Regards
    Bas
    b.t.w. If you're running windows 7 - 64 bits just use the 32 bits XE for windows, might get some warnings but you should be able to install and run, good enough for test/dev

  • I downloaded an album on itunes using my new itouch; but it's only allowing me to put three songs at any one time into the music app...how can i get it to just move them all in there?

    i downloaded an album on itunes using my new itouch; but it's only allowing me to put three songs at any one time into the music app...how can i get it to just move them all in there?

    hi philly, thanks for getting back to me, especially on such a busy day.
    I don't think that's quite the issue though. I bought an album and it appears in 'my purchases' within the itunes app. Yet, in order to listen to the music, i must use the 'music' app and in this application, there are only three tracks displayed at any one time from my downloaded album.
    I can 'download all' from the 'my purchases' section but that still doesn't help, it just keeps the last three tracks downloaded in the music app.
    I have the 'icloud' enabled and wondered if it had anything to do with that.
    i have successfully downloaded another full album totally into the music app, but this first album is causing me problems.

  • When i tried to update my apps in the app store, i coudn't update because of particular error is irritating me whenever i try to update..[There was an error in the app store please try again later.(20)] Any one suggest me to fix this error soon.

    When i tried to update my apps in the app store, i coudn't update because of particular error is irritating me whenever i try to update..[There was an error in the app store please try again later.(20)] Any one suggest me how to fix this error soon.

    Yea i deleted all the apps which was purchased earlier with old Apple id ..and nw i installed all apps with my new apple id...Tanq for helping guys (Linc Davis and Dah•veed ).

  • I have a canon mf5940dn, it is connected via USB to my macbook air, and yet, when i want to print smith, it says the printer is not connected. does anyone has any idea why? is there a guide to do it properly?

    I have a canon printer mf5940dn, it is connected via USB to my macbook air, and yet, when I want to print smth, it says the printer is not connected. does anyone has any idea why? is there a guide to do it properly?

    Hi,
    I am currently replying to this as it shows in the iChat Community.
    I have asked the Hosts to move it to Snow Leopard  (you should not lose contact with it through any email links you get)
    I also don't do Wirelss printing so I can't actaully help either.
    10:01 PM      Friday; July 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I have qualitynet either wired internet. I buy a card good for a month at a time, I can only log into one device at any one time.  Are there settings I can adjust on my airport express to allow all my devices to connect to wi-fi without having to log out.

    I have qualitynet either wired internet. I buy a card good for a month at a time, I can only log into one device at any one time.  Are there settings I can adjust on my airport express to allow all my devices to connect to wi-fi without having to log out of one devise before using another?

    Some Internet providers that limit access to a single device at a time do so by the device's hardware MAC address. If your ISP is one of those, you may be able to substitute the MAC address of your AirPort Express base station for the computer. I would suggest that you contact them to find out if this is allowable.

  • Hi, plz can any one help me that is there any way to locate or find the stolen ipon nano???

    hi, plz can any one help me that is there any way to locate or find the stolen ipon nano???

    Other than physically looking for it, no. It does not have WiFi.

  • HT204023 hi there can any one help me i have a iphone 5 but my mobile internet not working but i can connect to my wifi no bother

    hi there can any one help me i have a iphone 5 but my mobile data is not working but a can connect to my wifi no bother

    talk to your carrier about the data subscription and possible settings changes to their apn than

  • Is there any one knows how to use labview 6.0 to make a "continue" function like the one in C language?

    I am using labview 6.0 and i like to know is there any one knows how to stop the current iteration in while loop or for loop and continue to do the next iteration,just like the "continue" statement in C or C++ language?

    Simple test here in LV6 confims that you can't do this. Not in a useful
    sense anyway. "Stop" doesn't stop execution simply of the current VI, it
    also kills all VIs above it. It would hence be difficult to argue that this
    approach is in any way similar to "continue".
    What version of Labview have you tested this on and can you post a
    demonstration?
    Craig Graham
    Physicist/Labview Programmer
    Lancaster University, UK
    "Oleg" wrote in message
    news:506500000005000000E45B0000-1011517314000@exch​ange.ni.com...
    > Hi,
    > you can orginize all the inner actions of your while loop into the
    > SubVI. Then use the Functios/Application Control/Stop.vi in this SubVI
    > to stop the current interation in any point you want. This will stop
    > your SubVI and yo
    u will automatically goto the next iteration in your
    > while loop.

  • I am having the  problem . it says it shouldnt take more than 3 minutes then i get this message Could not activate iphone. i have taken the sim card out and put it back in even then its of no use. if any one out there can help us it would be very nice

    i am having the  problem in my 3gs iphone. it says it shouldnt take more than 3 minutes then i get this message Could not activate iphone.
    i have taken the sim card out and put it back in even then its of no use.
    if any one out there can help us it would be very nice of them. thank you for your time.

    I can not get to iPhone screen, so no way to get to Settings. That is the problem. When I connect phone to iTunes I get screen asking to insert SIN card. On the phone I'm getting Cinfigure screen asking Launguage , Country or Region, Wi-Fi, ( I can connect to my home wi-fi), and last screen "Activating your iPhone". After two minutes of waiting IM getting message: Your iPhone could not be activated because the activation server in temporary unavailable. try connecting to iTunes or try later or contat apple.com/support.
    Like I mention, I went to Bell as well Rogers store and tried to insert active SIM card with no results.
    Yes, my friend unlock the phone to use with Rogers but I don't know where

  • Can any one out there tell me how to insert a zoom tool into my slide show in dreamweaver CS5.5

    Hi there
    Can any one out there tell me how to insert a zoom tool into my slide show in dreamweaver CS5.5
    My slide show consists of lots of thumb nails of paintings under a large painting.
    When the small painting thumb nail is clicked the large painting appears.
    I would like to be able to enlarge all areas of the large painting when a zoom tool is placed over areas of the large painting.
    Really appreciate any one help.

    Here's the Dreamweaver forum...
    http://forums.adobe.com/community/dreamweaver/dreamweaver_general

Maybe you are looking for

  • Stock Transport Order - Issuing Storage Location

    Hi gurus - When raising a Stock Transport Order (UB type) and Issuing Storage Location is populated manually with an SLoc not extended for material in supplying plant, will system give an error or allow STO to be saved/created without throwing an err

  • Va02 screen input first save it has to update the data base table

    I am working on VA02. For only one user(delivery block)should be block and when we are changing in sales order document for that user it has to update the VBAK table. for second save i'm able to updating but i want to update at first save only. thank

  • Run VI without Labview

    Hello everyone, I built a small VI with Labview 6.1 Full Development without Application builder and I would like to test on another PC. Is it possible to run this VI on this PC without installing Labview, for example with Labview Player. Thanks Mass

  • Help please with my ipod + dvds :(

    Hi guys, i have a MA147LL 60GB ipod. It is really cool but, how can i get dvds on it????? I have the dvd and I would like to save it in my ipod. help me please!!!!!!!!!

  • Urgent: Creating ALE IDOC for SALES ORDER

    hi please tell me <b>step by step procedure to create ALE IDOC for SALES ORDER?</b> reward for sure regards ravish