3rd party (IBM's MQ) JMS with Weblogic6.1

Hi All,
I have a native client that sends messages on MQ Series queue. I want a MDB to be invoked on receiving the message. From what i read abt the issue i gather that the MQ queue can be bound with the context in startup class. What i want to know is whether need to code my MDB using com.ibm.mq.* classes or can I use javax.jms.* classes?
TIA,
Anup

Hope you would find a solution by posting @
weblogic.developer.interest.jms
Anup Darvatkar wrote:
Hi All,
I have a native client that sends messages on MQ Series queue. I want a MDB to be invoked on receiving the message. From what i read abt the issue i gather that the MQ queue can be bound with the context in startup class. What i want to know is whether need to code my MDB using com.ibm.mq.* classes or can I use javax.jms.* classes?
TIA,
Anup

Similar Messages

  • 3rd Party Software's to integrate with current application

    Hi All,
    Could you please tell me(simple steps-;)) how to use the 3rd Party Software's to integrate with current application(ATG).
    Example :cybersource (validate the address and credit card),to do this what are steps we need to follow and do we need to create any components to configure the software .
    I will appreciate if you share the resolution it will be helpful to others too.
    Regards,
    Jyothi.mj

    I think this would be a good start
    http://www.scribd.com/ron_gelinas/d/64173966/41-Integrating-CyberSource-with-ATG-Commerce
    Thanks

  • 3rd Party RSS Reader that integrates with Safari?

    Now that Apple has droppoed the ball on my favorite feature in Safari I'm wondering is there a 3rd party RSS read that integrates with safari?  I've always use Safari.  What is the best option?
    Thanks

    If I'm not mistaken she was interested in wether or not anyone had tried it and if it worked.  There have been some folks here who have been succesful reverting back to Safari 5.6

  • Can I use 3rd party instruments/plug-ins/loops with Garageband '11 running OS X 10.6.8? and how do I install?

    Can I use 3rd party instruments/plug-ins/loops with Garageband '11 running OS X 10.6.8? and how do I install?

    10.6.8 won't run on a PowerPC Mac. 
    10.6.8 also won't run the latest Java.  Here's what version of Java you can run:
    https://discussions.apple.com/docs/DOC-5532

  • 3rd party earbuds/phones not working with new Nano

    So, I've got a new Nano ( a couple months old at this point ), and the earbuds that came with it got accidently trashed.
    No worries, because I've got several other sets of earbuds / headphones kicking around.
    The problem is that with all of them, the sound keeps cutting out / playback stops.  I'm fairly certain that this is the iPod detecting "no headphones" and stopping playback.
    It happens whenever the plug flexes; it's as if the jack briefly loses contact with the internal connectors.
    Since I usually keep my iPod in my pocket, this happens quite often.
    I don't know whether the new Apple earbuds (with volume control/mic) would react the same way; I won't buy them, because I can't have them at work (anything with a microphone is banned).
    Anyone have thoughts / help?
    Thanks!

    Ok, more follow-up.
    Roommate had a pair of iPod buds that he'd never used, and let me have them.
    There are marked differences between the iPod 3.5 mm jack and a "standard" 3.5 mm jack.
    The standard 3.5 mm jack has three sections, tip, middle, and call it 'core'.
    The iPod jack has 4 sections, tip, middle, core 1 and core 2.
    The seperator for each of the common sections (tip to middle/middle to core(core1)) are at the same place.
    I suspect that the "core 2" is how the the iPod/iPad/iPhone uses the microphone.
    No big deal, except I can't have a microphone, at all, period, at work.  Absolutely forbidden (if I want to keep my job).
    Breaking out the micrometer (yes, I own a micrometer), it looks as though the iPod jack is a lot closer to the 3.5mm tolerance, than the standard one, which may be the issue.  That is, the core1/core2 sections are 3.5mm exactly, whereas the 3rd party jack is 3.46mm.  I wouldn't think that would make enough of a difference, but apparently it does.
    So, I'm back to my starting point:
    Is there an "approved for iPod" set of headphones that doesn't have a microphone built in?

  • 3rd party distributed SW load balancing with In-Memory Replication

              Hi,
              Could someone please comment on the feasibility of the following setup?
              I've started testing replication with a software load balancing product. This
              product lets all nodes receive all packets and uses a kernel-level filter
              to let only one node at the time receive it. Since there's minimum 1 heartbeat
              between the nodes, there are several NICs in each node.
              At the moment it seems like it doesn't work: - I use the SessionServlet - with
              a 2-node cluster I first have the 2 nodes up and I access it with a single client:
              .the LB is configured to be sticky wrt. source IP address, so the same node gets
              all the traffic - when I stop the node receiving the traffic the other node takes
              over (I changed the colours of SessionServlet) . however, the counter restarts
              at zero
              From what I read of the in-memory replication documentation I thought that it
              might work also with a distributed software load balancing cluster. Any comments
              on the feasability of this?
              Is there a way to debug replication (in WLS6SP1)? I don't see any replication
              messages in the logs, so I'm not even sure that it works at all. - I do get a
              message about "Clustering Services startting" when I start the examples server
              on each node - is there anything tto look for in the console to make sure that
              things are working? - the evaluation license for WLS6SP1 on NT seems to support
              In-Memory Replication and Cluster. However, I've also seen a Cluster-II somewhere:
              is that needed?
              Thanks for your attention!
              Regards, Frank Olsen
              

    We are considering Resonate as one of the software load balancer. We haven't certified
              them yet. I have no idea how long its going to take.
              As a base rule if the SWLB can do the load balancing and maintain stickyness that is fine
              with us as long as it doesn't modify the cookie or the URL if URL rewriting is enabled.
              Having said that if you run into problems we won't be able to support you since it is not
              certified.
              -- Prasad
              Frank Olsen wrote:
              > Prasad Peddada <[email protected]> wrote:
              > >Frank Olsen wrote:
              > >
              > >> Hi,
              > >>
              > > We don't support any 3rd party software load balancers.
              >
              > Does that mean that there are technical reasones why it won't work, or just that
              > you haven't tested it?
              >
              > > As >I said before I am thinking your configuration is >incorrect if n-memory
              > replication is not working. I would >strongly suggest you look at webapp deployment
              > descriptor and >then the config.xml file.
              >
              > OK.
              >
              > >Also doing sticky based on source ip address is not good. You >should do it based
              > on passive cookie persistence or active >cookie persistence (with cookie insert,
              > a new one).
              > >
              >
              > I agree that various source-based sticky options (IP, port; network) are not the
              > best solution. In our current implementation we can't do this because the SW load
              > balancer is based on filtering IP packets on the driver level.
              >
              > Currently I'm more interested in understanding whether it can our SW load balancer
              > can work with your replication at all?
              >
              > What makes me think that it could work is that in WLS6.0 a session failed over
              > to any cluster node can recover the replicated session.
              >
              > Can there be a problem with the cookies?
              > - are the P/S for replication put in the cookie by the node itself or by the proxy/HW
              > load balancer?
              >
              > >
              > >The options are -Dweblogic.debug.DebugReplication=true and
              > >-Dweblogic.debug.DebugReplicationDetails=true
              > >
              >
              > Great, thanks!
              >
              > Regards,
              > Frank Olsen
              

  • SCUP2011 - SCCM2012 SP1 CU4: 3rd party updates fail to install with SoftDistHashMismatchEvent

    We publish 3rd party updates like Adobe Flash, Shockwave, Firefox with SCUP 2011 into WSUS.
    These 3rd party updates are imported/synchronized into our SCCM 2012 SP1 (CU4) environment and deployed to the clients/servers.
    But all of these 3rd party fail to install. Software Center returns the following error: The software change returned error code 0x80091007(-2146889721).
    The standard Microsoft Updates are downloaded and installed without any error.
    The 3rd party updates are downloaded by the client, but are deleted after checking the hash because of a hash mismatch (SoftDistHashMismatchEvent).
    As shown in the CAS.log:
    Submitted CTM job {5ACC812D-2126-4696-A852-AED288B4FEB0} to download Content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System ContentAccess 26-03-2014 22:28:31 5956 (0x1744)
    Successfully created download  request {4F582B67-EDFC-486A-9762-96572A780CBC} for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 ContentAccess 26-03-2014 22:28:31 5956 (0x1744)
    Location update from CTM for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 and request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download location found 0 - net:http://sccm.mydomain.local:8530/Content/32/04B9361CDC426D2DBC94B90A7BB0172CAE84D532.cab ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download location found 1 -
    http://sccm.mydomain.nl/SMS_DP_SMSPKG$/fea1aeb3-af1a-45aa-b464-4f90422b4720 ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download request only, ignoring location update ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download started for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download completed for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    File 04b9361cdc426d2dbc94b90a7bb0172cae84d532.cab not expected in folder. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    The content on the local cache location is not available anymore C:\Windows\ccmcache\px. Try downloading later ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download failed for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System, error 0x80091007 ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download failed for download request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Raising event:
    [SMS_CodePage(850), SMS_LocaleID(1043)]
    instance of SoftDistHashMismatchEvent
     ClientID = "GUID:93FA6D8A-9689-46F4-BB57-256BE8995A7B";
     DateTime = "20140326212832.587000+000";
     MachineName = "SERVERNAME";
     PackageId = "fea1aeb3-af1a-45aa-b464-4f90422b4720";
     PackageName = "fea1aeb3-af1a-45aa-b464-4f90422b4720";
     PackageVersion = "1";
     ProcessID = 5124;
     SiteCode = "A01";
     ThreadID = 5956;
    ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Successfully raised SoftDistHashMismatchEvent event. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Error: DeleteDirectory:- Failed to delete Directory  with Error 0x00000003. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Error: DeleteDirectory:- Failed to delete Directory C:\Windows\ccmcache\px.BCWork with Error 0x00000002. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Releasing content request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    The strange thing is that 3rd party updates are downloaded/installed succesfully when using the Windows Update Control Panel applet, while WSUS and SCCM2012 are installed on the same server!
    Our environment uses PKI only for communication/authentication, because we manage multiple untrusted networks
    All servers are virtual servers (VMWare ESXi 5.5) with Windows Server 2008 R2 SP1 + latest updates.
    I already performed the following trouble-shooting tasks without any success:
    - I reinstalled the different Site System Roles.
    - Removed the SCCM client from the SCCM database and client and reinstalled
    - Removed the anti-virus software
    - Redeployed the 3rd party updates
    - Replaced the E1000 NICs with VMXNET3 (server and client)
    - Ensured no proxy between server and client
    - Downloading and installing the 3rd party updates manually from the specified download locations
      (e.g.
    http://sccm.mydomain.local:8530/Content/32/04B9361CDC426D2DBC94B90A7BB0172CAE84D532.cab or
    http://sccm.mydomain.nl/SMS_DP_SMSPKG$/fea1aeb3-af1a-45aa-b464-4f90422b4720) succeeds without a error.
    I really don't know what's going wrong.
    Is it a bug?

    Hi,
    I recommend that you try uninstalling the following KB’s.
    Run the following command to uninstall:
    wusa /uninstall /kb:2735855 /quiet /norestart
    wusa /uninstall /kb:2750841 /quiet /norestart
    Meanwhile, here's one video for your reference.
    Managing Third Party Updates with System Center 2012 Configuration Manager SP1
    http://channel9.msdn.com/Events/MMS/2013/UD-B326
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Prevent 3rd Party PO Create for SO with Delivery Block

    We use Delivery Blocks on our Sales Orders as temporary blocks, for example if our Customer has sent a potentially duplicate order. However, the 3rd Party PO creation process ignores the Delivery Block (as you would expect, there's no Delivery), but we want to prevent the PO from being created. Our preference is to prevent the PO from converting the Req, rather than do something to the Req, or change the item category etc, as this leaves us with a much cleaner process if the order IS required. In that scenario, the DB could be removed, and the next ME59n batch job would pickup the open Req.
    We have activated User exit ME590001 and included a check for the order DB, and this works for POs created via ME59n. However, the vast majority of our 3rd Party POs are created via Workflow process, and the exit we created does not trigger.
    Does anyone know of a userexit we could use that would work any time a PO Req is converted to a PO, regardless if it's ME59n, ME21n, or Workflow etc, i.e. at the application level ?
    Thanks, Paul.

    Hi Paul,
    You may try enhancement MM06E005.
    Thanks and regards,
    Polly

  • 3rd Party Router and an iMac with Airport card

    Could someone assist me in setting up an older flat panel iMac 800Mhz with a airport card to a 3rd party router (Speedport W 500V). It was really easy to set up the DSL etc when connecting to an Airport Extreme base station, however I have upgraded and trying to get conencted at my parents place, which have DSL but with the Speedport W 500V modem/wireless combo - any assistance to get the two connected would be appreciated.

    Is there a SW tool similar to the Airport Admin
    Utility which will allow setting and management of
    the third party router?
    There may be (probably Windows only) or you need to use a web based configurator. It will depend on what the manufacturer of your router provides.
    The manual which came with the router (it may be in electronic form) should provide guidance on how to configure the router via a browser.
    iFelix

  • Are there 3rd party web cams that work with Mac?

    I bounght an iMac G5 just before iSight was built in. Recently I went to but the iSight camera, but it is no longer sold seperately. Tried an off-the-shelf Logitech cam but to no avail. Is there a 3rd party cam that will work????

    Check http://www.applechat.info/
    P.S. And considering you have no MacBook Pro according to your profile, and it has its own built-in iSight, you might seriously want to consider posting further questions about your machine in the appropriate forum, if I can't answer them. First determine if your iMac is indeed a G5:
    Next post here for iMac G5:
    http://discussions.apple.com/category.jspa?categoryID=134
    And here for iBook G4:
    http://discussions.apple.com/category.jspa?categoryID=131
    under the appropriate forum.

  • My original iphone 5 charger has broken, unable to use 3rd party charger has left me with no phone!

    I am now left without a phone APPLE, either send me a replacement charger free of charge (Iphone 5 charger shouldnt be breaking due to wear and tear already!) or allow me to use a 3rd party charger as frankly £30 for a replacement charger that broke without being my fault is ridiculous!

    Telephone Technical Support: Expired
    You are eligible to purchase telephone technical support from an Apple Advisor.
    Contact Apple Support
    Repairs and Service Coverage: Expired
    Our records indicate that your product is not covered under Apple's 1-year limited warranty or AppleCare Protection Plan for hardware repairs and service based on the estimated expiration date.
    Learn about Apple's coverage information for your product.
    Didnt know iphone 5's were 12 months old! Its been broken for ages! Ive used 3 3rd party chargers already I wish I knew.
    My request still stands to apple, i want a replacement.

  • Can't move around 3rd party apps in menu bar with Yosemite

    Hi - I have a Macbook Pro with Retina and I installed a few apps - pace, shazam, knock, flux and skip tunes. I wanted to edit the order of how they are displayed in the menu bar but I can't seem to be able to move them around (holding down the command key). However, this seems to be limited to the third party apps because I can move the native icons (bluetooth, battery, wireless) around just fine. Any help would be much appreciated. Thanks so much!

    I did the same this week. I did a sync and now I can't access any of my apps. They appear to open then shut right back down. Have tried to resync, update and about anything else that may fix and nothing. Paying an aweful lot of money just for texting and phone usage. Anyone know how to take care of this issue? I have a 3G phone and been using it for a year without this problem

  • Installing 3rd party backup client on 7310 with Fishworks

    Greetings!
    I am, admittedly, brand new to the Unified Storage platform. In fact, I don't even have the hardware fully up and running yet. However, one of my requirements for this system is backup. The backup solution at our institution is provided by Tivoli. My question is thus:
    Is it possible to install a third party application that performs network backups on the Fishworks system? I've heard from product engineers at Sun that by doing so, we could potentially violate licensing agreements. I do know that they (Sun) don't generally allow the users to root these Fishworks systems. Anyone have any experience with either rooting the Fishworks box or installing third party apps?
    Thanks in advance!
    -Kermit Short

    These storage appliances support the NDMP protocol (http://en.wikipedia.org/wiki/NDMP).
    There is support for this in Tivoli too.
    This probably would be the easiest solution without the need to mess with the warranty.

  • How can i install 3rd party software into my Mac with OS X Mountain Lion

    Dear Experts,
    I wish to install a software downloaded from a broadband service website (Yes, 4G broadband from Malaysia) for my 4G dongle to be able to work with OS X (10.8.1). But the system stopped me from installing it, as it said 'the installation file is not downloaded from App store and my security preference has stopped it'?!
    I have my 4G broadband with me but can not be used :-(
    **It works with my Macbook Air (OS X 10.6.8)

    Right-click it and press Open to install that application

  • Install 3rd Party Vendor Certificates for use with WebVPN - ERROR

    I have windows 2008 R2 as CA Standalone Root. when i am generating the certificate request from cisco ASA and importing it in CA SERVER i am getting this error. please tell me i am using asa image 8.0.2 doing it in GNS3 and i have to implement it. however in windows 2003 servers the same request is importable.
    ERROR:  asn1 bad tag value met asn 267

    hey guys the above issue was resolved. now i have following error.
    1- anyconnect popup with WARNING MESSAGE: Warning: "The following Certificate received from the Server could not be verified: "
    2- on asa i can see following debug messages.
    CRYPTO_PKI: Sorted chain size is: 1
    CRYPTO_PKI: Found ID cert. serial number: 02, subject name: cn=admin
    CRYPTO_PKI: Verifying certificate with serial number: 02, subject name: cn=admin, issuer_name: cn=ciscoasa, signature alg: SHA1/RSA.
    CRYPTO_PKI(Cert Lookup) issuer="cn=ciscoasa" serial number=02                                                 |  .
    CRYPTO_PKI: Invalid cert.
    do let me know why is this happening. i have installed both CA and Indetity certificates on cisco asa 8.4.
    my client OS is Win7.

Maybe you are looking for

  • Error while sending E-Mail Notification

    hi, when i tried to send mail from BPEL i faced error, where i configured the outlook with gmail server its working fine,here i paste the ns-emails.xml and the error code is server. ns_emails.xml <EmailAccounts xmlns="http://xmlns.oracle.com/ias/pcbp

  • Unable to view contact photos during incoming calls after 7.1 upgrade.

    This was working fine up until the phone was upgraded on my 5s Has any one else had the same problem, and if so do you know of a fix?

  • Having a little problem with iPhone 3G.

    Hi! I have problem with Iphone 3G 16 GB. I was trying to reset all the settings in the iphone but something went to wrong side and now probably operating system is damaged and only icon for connection to the iTunes is showing up. ITunes is not recogn

  • How do I pause o r stop faces scan?

    About 2 minutes after launching Iphoto 09 the little icon next to faces in my library starts to spin. I assume it is scanning my 39K pictures for more faces. When this happens my imac grinds to a halt. Seems all the cpu is being used by the faces sca

  • Internationalize Page titles added through page hierarchy

    Hi All, JDev + Webcenter : 11.1.1.5 Is there a way to Internationalize Page titles added through page hierarchy in web center portal ? Title property of page hierarchy does not seems to recognize bundle files. Thanks Amit