Bridge Adaptor for MQSeries

          I'm trying to utilize a message driven bean to get messages off queues in MQSeries.
          I read the documentation to setup a messaging bridge and it seems fairly straightforward,
          but I'm having trouble finding a bridge adaptor for MQSeries. The IBM sight is like
          trying to walk through a maze. Any pointers to a bridge adaptor or help would be
          grealy appreciated.
          

The bridge does exist in 6.1SP1 and 6.1SP2, but it is not officially
          supported until 6.1SP3. To use the bridge in 6.1SP1, you have to
          download the adapters from:
          ftp://edownload:[email protected]/pub/downloads/MessagingBridge61.zip
          Dongbo
          "Chuck Kiefriter" <[email protected]> wrote in message
          news:[email protected]...
          >
          > If I am using 6.1 SP3, can I not use the messaging bridge piece to talk to
          MQSeries?
          > We are using 6.1 SP1. If so, I guess I may have to get the 6.1 SP3
          installed.
          >
          > "Zach" <[email protected]> wrote:
          > >BEA provides a messaging bridge as part of 6.1 SP3 (though there were
          some
          > >packaing problems there), and in 7.0. It supports MQSeries out of the
          > >box. You configure it using the console. There is a white paper in
          this
          > >newsgroup on doing this (search for "Using Foreign JMS Providers"). The
          > >short of it is that you need JMS for MQSeries. We do not currently
          provide
          > >a native MQSeries adapter.
          > >
          > >_sjz.
          > >
          > >"Chuck Kiefriter" <[email protected]> wrote in message
          > >news:[email protected]...
          > >>
          > >> I'm trying to utilize a message driven bean to get messages off queues
          > >in
          > >MQSeries.
          > >> I read the documentation to setup a messaging bridge and it seems
          fairly
          > >straightforward,
          > >> but I'm having trouble finding a bridge adaptor for MQSeries. The IBM
          > >sight is like
          > >> trying to walk through a maze. Any pointers to a bridge adaptor or
          help
          > >would be
          > >> grealy appreciated.
          > >
          > >
          >
          

Similar Messages

  • What is it "USB-USB Network Bridge Adaptor" in my NI PXI-8106 controller?

    What is it "USB-USB Network Bridge Adaptor" in my NI PXI-8106 controller?
    Could I disable this device in "Device Manager". Because it is generating new network card and same application which is using PC information is using this "interface" to generate PC information for licensing.
    I am using TestStand 4.01 and LabVIEW 8.5 and Acculogic ScanNavigator
    Solved!
    Go to Solution.

    Hi JCC,
    I don't think that's an NI software/driver, you can certainly try and disable it in Device Manager and see what effect it has. You can always enable it again if it causes problems when disabled.
    Regards,
    Imtiaz Chowdhury
    Head of Digital Technologies
    Brand786

  • I need a wireless usb adaptor for a Power Mac G4... any suggestions? (needs to be compatible)

    I need a wireless usb adaptor for a Power Mac G4... any suggestions? (needs to be compatible)

    With Mac OS X 10.3 or higher, a number of USB Wi-Fi adapters would be possible to use. However, for an earlier operating system, a wireless Ethernet bridge (such as the examples below) can be a better (and sometimes the only) option. A wireless Ethernet bridge does not normally require special drivers, and can thus be used with almost any Ethernet-equipped computer.
    http://www.netgear.com/landing/wnce2001.aspx
    http://support.linksys.com/en-us/support/bridges/WET610N
    Jan

  • I am using iPad 3 and I try to use 30-pin Digital AV adaptor for mirroring on my Samsung HD TV.  Unfortunately it is not a full screen projection.  Anyone can help?

    I am using iPad 3 and I try to use 30-pin Digital AV adaptor for mirroring on my Samsung HD TV.  Unfortunately it is not a full screen projection.  Anyone can help?

    The iPad Screen is almost square, HD TVs are rectangular so will never be full screen.  When watching movies, the movies native aspect ratio will be used rather than the iPads screen aspect ratio so will look full screen if the movie is full screen, but most likely will be seen in wide screen letter box format. with black bars across the top and bottom as that what most movies from iTunes are in, format wise

  • Is there any Vga adaptor for the Ipad 2 that is VIDEO IN rather than OUT?

    Is there any Vga adaptor for the Ipad 2 that is VIDEO IN rather than VIDEO OUT? is for a student with visual impairment who needs to view the classroom digital board content from a very short distance, like the distance to an Ipad for example, so the Ipad would be ideal as an interactive monitor with typography and content easy to amplify.
    At the moment, this student has a traditional flat screen monitor taking over the table next to him, so no other child can seat in it, and he has no opportunity to befriend and sporadically joke with anybody else. So much for "inclusion".
    Please do let me know: [email protected]

    Speaking as a teacher ... Why can't he have a student on the other side of him?

  • Db adaptor for insert- SQLException: [SQL0803] Duplicate key value specified

    While invoking db adaptor for insert on table 1 selecting values form another table, i am gtting error ; before3 insert i am updating table 2nd using db adaptor
    QUERY insert into CRPDTA.F5504579 (SELECT * FROM CRPDTA.F5504571 WHERE PAHDC=#v_updatedRecord_HDC)
    Error :
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert_Ledger_F5504579' failed due to: Pure SQL Exception. Pure SQL Execute of insert into CRPDTA.F5504579 (SELECT * FROM CRPDTA.F5504571 WHERE PAHDC=?) failed. Caused by java.sql.SQLException: [SQL0803] Duplicate key value specified.. The Pure SQL option is for border use cases only and provides simple yet minimal functionality. Possibly try the "Perform an operation on a table" option instead. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "--803" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>[SQL0803] Duplicate key value specified.</detail></part><part name="code"><code>-803</code></part></bindingFault></bpelFault>
    Please suggest....

    Easter1976 wrote:
    Hi please can you help me. I think I am having problems with tranactions. I am deleting from a table and then inserting in the same table with the same key that I have just deleted. Simple then - don't do that. It suggests a flaw in the design. Either use a new key or do an update.
    Note that you would get a duplicate key error if the table is set up such that it doesn't
    actually delete but doesn't something such as creating a log entry with a delete flag set.

  • I have recently upgraded my iBookG4 from Tiger to Leopard 10.5.8 and find my Bluetooth USB adaptor no longer connects. The Bluetooth pane says inactive. Does Leopard require  USB 2.0. I've had the adaptor for some time so may be USB 1.0

    I have recently upgraded my iBookG4 from Tiger to Leopard 10.5.8 and find my Bluetooth USB adaptor no longer connects. The Bluetooth pane says inactive. Does Leopard require  USB 2.0. I've had the adaptor for some time so may be USB 1.0

    Bluetooth icon on menu bar shows bluetooth off. When opening bluetooth preferences it shows the devices I've connected previously,( my mobile phone), and other devices I've attempted to connect but not very successfully: my iPhone and MiniMac.  The bluetooth dongle in the USB port shows a continual blue light but does not react and the iBook does not recognise that it is there. There is absolutely no reaction when I try to pair my mobile phone, which I've done successfully before upgrading to Leopard, either by the iBook or the mobile phone.
    I assumed that Tiger was not bluetooth compatible with the iPhone or MacMini running SnowLeopard and hoped by upgrading to Leopard I could achieve some file transfers between the three devices (iBook, iPhone and MacMini)

  • How to set up Airport Express in Bridge mode for hotel use

    Please provide step by step instructions on how to set up Airport Express in Bridge mode for hotel use. I do not have a computer with me, only an iPhone and AEX 802.11n.

    +"Please provide step by step instructions on how to set up Airport Express in Bridge mode for hotel use. I do not have a computer with me, only an iPhone and AEX 802.11n."+
    AirPort Utility is the application that must be used to setup and make any configuration changes to the AirPort Express. I'm not aware of an "App" for this.
    If you could borrow a computer from someone there for 30 minutes or maybe use the computer in the lobby, you could download AirPort Utility and reconfigure your Express. To help with setup, use an ethernet cable from the computer to the Express to help AirPort Utility "see" the Express.
    http://support.apple.com/downloads/#airport

  • What is the name of the i-pad (retinal display) adaptor for photos of deer cameras? Husband's birthday gift, don't hunt.

    What if the name of the i-pad (retinal display) adaptor for photos of deer?
    Husband's 60th soon, need the gift!
                        Thanks

    There is a camera connection kit. Be sure to get the correct one for your husband's iPad.
    This one is for the 1st, 2nd and 3rd generation iPads;
    http://store.apple.com/us/product/MC531ZM/A/apple-ipad-camera-connection-kit?fno de=3a
    For the 4th generation iPad, these two adapters are sold separately;
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader?f node=3a
    http://store.apple.com/us/product/MD821ZM/A/lightning-to-usb-camera-adapter?fnod e=3a

  • JMS adapter for MQSeries: Changing from MQ5.3 to 6.X libraries

    Hi,
    Can someone point in the direction of documentation as to how I would migrate/update a BPEL 10.1.3.5.0 environment using JMS adapters for MQSeries 5.3 to use new libraries for MQSeries 6.x.
    In a test env I have located the following, but I am not sure now to proceed.
    [bpel@omv2rrm2 5.3]$ pwd
    /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/oc4j_soa/shared-lib/oracle.mqseries/5.3
    [bpel@omv2rrm2 5.3]$
    [bpel@omv2rrm2 5.3]$ ls -l
    total 2124
    -rwx------ 1 bpel dba 352652 Apr 17 2008 com.ibm.mq-5.3.jar
    -rwx------ 1 bpel dba 1798896 Apr 17 2008 com.ibm.mqjms-5.3.jar
    [bpel@omv2rrm2 5.3]$
    ...and...
    [bpel@omv2rrm2 config]$ pwd
    /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/oc4j_soa/config
    [bpel@omv2rrm2 config]$ cat server.xml
    <?xml version="1.0"?>
    <application-server xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/application-server-10_1.xsd" localhostIsAdmin="true"
    application-directory="../applications"
    check-for-updates="adminClientOnly"
    deployment-directory="../application-deployments"
    connector-directory="../connectors"
    schema-major-version="10" schema-minor-version="0" >
    <shared-library name="global.libraries" version="1.0" library-compatible="true">
    <code-source path="../applib"/>
    <import-shared-library name="oracle.ws.jaxrpc"/>
    </shared-library>
    <shared-library name="oracle.mqseries" version="5.3">
    <code-source path="/opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/oc4j_soa/shared-lib/oracle.mqseries/5.3/com.ibm.mqjms-5.3.jar"/>
    <code-source path="/opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/oc4j_soa/shared-lib/oracle.mqseries/5.3/com.ibm.mq-5.3.jar"/>
    <import-shared-library name="oracle.ws.jaxrpc"/>
    </shared-library>

    Just upgrade your SOA to 10.1.3.5.0 and then point to the newer MQ jars in those 2 files.

  • Reg: Is it possible in weblogic 5.1 or 6 to get Transaction suport for MQseries & Oracle

              Hi
              I would like to know whether weblogic 5.1 or 6 provides support in a single transaction,
              transaction support for both oracle and MQseires, if so where can i find suitable
              documentation on this topic
              with regards
              Priya
              

    The answer is definitely yes, starting in WLS 6.0, with
              some two reasonable limitations.
              There are limitations are the following:
              1. It must be on the server side. The registration of the XAResource
              can't happen in a client. It must happen in a startup class
              or EJB or servlet, etc. You can start it from a client (invoke
              an EJB or servlet) but the resource work must be
              on the server side.
              2. MQSeries can't be included if it is being used to drive a
              Message Driven Bean. Because the message is passed
              from MQ Series to WLS outside of a transaction, after
              which WLS will start a transaction (if so configured) and
              pass it to the MDB, the MQ Series message is not part
              of the transaction. The JavaSoft specs don't handle this case.
              For WLS JMS, this works because we have defined such
              an interface and implemented it. At least one other vendor
              understands the importance of having this feature and is
              interested in implementing it (it's not IBM).
              So to do what you want, it is necessary to:
              1. Use the XAResource version of the JDBC driver for Oracle.
              WLS is smart enough to look at the driver and see if it
              implements the XAResource interface and automatically
              register it as a resource. This has been documented
              in this newsgroup already or see
              http://e-docs/wls/docs60/adminguide/jdbc.html#1075694.
              2. Register the XAResource interface for MQSeries programmatically
              in the application. The code to do this has been posted
              at the BEA developer site for a few months in an article
              entitled "Using JTA Transactions to envelope WLS JMS and
              IBM MQSeries" (could I be more explicit), located at
              http://developer.bea.com/docs/jmsjta.jsp. It references
              another document that has more code, describing how to
              plug in a "foreign" (non-WLS) JMS provider, of which MQSeries
              is one, in a non-transaction manner (you need to do that
              first and then just add the resource registration) - see
              http://developer.bea.com/docs/jmsproviders.jsp.
              All of the necessary code is included in the documents (including
              how to download and install the Java libraries for MQSeries).
              Several people have told me that they have been able to
              use this as a starting place for their applications.
              You might also want to look at the JMS FAQ at
              http://developer.bea.com/docs/jmsfaq.jsp.
              In 6.1, support is added for importing foreign transactions.
              That means that in 6.0, WLS can drive a transaction with
              WLS JMS, Oracle, and MQ series, with WLS being the
              driving force. In WLS 6.1, a non-WLS transaction manager can
              drive a transaction that includes (transactionally infects)
              WLS resources (like WLS JMS).
              There are no white papers that I know of in this area and I haven't
              tested it myself (the goal is to have someone try out
              having WebSphere drive a transaction with WLS resources, soon).
              "Priya" <[email protected]> wrote in message news:[email protected]...
              >
              > Hi
              >
              > I would like to know whether weblogic 5.1 or 6 provides support in a single transaction,
              > transaction support for both oracle and MQseires, if so where can i find suitable
              > documentation on this topic
              >
              > with regards
              > Priya
              

  • SAP Adaptor for Oracle Installation Help

    Hi,
    I am newbie, I am looking for help in installing SAP Adaptor for Oracle.
    My Idea is to do some RFC calls to fetch data from SAP into Oracle database. I am looking for what is my starting points, what to install and configurations. If you can help me with steps to be followed is really Appreciative. I tried to search in Oracle Forums, I guess I am not able to come up with correct tags. It may be a long explanation and may be people asked this question before. If you give me links to read is good enough.
    Following is My platform:
    Oracle:
    I have Oracle 10G and 11 versions. Right now I have my infrastructer ready for 10G. If I install SAP Adaptor and get things running according to what I need, and tomorrow if I upgrade Oracle to 11 version, What all the things that I Upgrade?
    Operating System:
    Unix AIX 5.3
    SAP:
    ECC 6
    Thanks In Advance,
    Raj Murthy(Bhavaraju)

    Hello,
    Right now I have my infrastructer ready for 10G. If I install SAP Adaptor and get things running according to what I need, and tomorrow if I upgrade Oracle to 11 version, What all the things that I Upgrade?About all the topics relatives to SAP, you should ask them (to SAP support service) the question. For instance, is Oracle 11.2 certified for SAP ECC6 ? Or would you have to wait for a later release or patch from SAP ?
    Only SAP could answer you for their own product and matrix compatibility / certification.
    Best regards,
    Jean-Valentin

  • Provisioning Adaptor for Primavera

    Hi All,
    please could you tell me the Provisioning Adaptor for Primavera is exists
    or not? It's very important for me because my company wants integrate
    Oracle Internet Directory with Primavera.
    And now I start learning Oracle Identity Managment (OIM 9.0.2). I haven't experience in Identity Managment, but our company has integrated OID with OEBS. And next level we need to integrate OID with Primavera.
    How I can do my adaptor to Primavera? Please give me reference to documentation because I can't find it.
    Please give me your experience in this question and describe what method I have to select in this case.

    http://www.ilounge.com/index.php/articles/comments/inline-remote-mic-adapters-fo r-iphone/
    Google is your friend...

  • Travel adaptor for Macbook with magsafe connector?

    Has anyone found anyone that sells a aircraft travel adaptor for the Macbook?
    Kensington do one for the old iBook but a magsafe connector version has not appeared.
    Hopefully this is not becasue Apple have patented the design of the magsafe connector and are not letting anyone else produce them.
    If this is indeed the case, and Apple don't produce their own travel adapter, I will be quite cross as the whole point of having a laptop is so you can take it with you when you are travelling.
    If the voltages for the iBook are the same as the Macbook how about producing an iBook to Magsafe adapter so we can use the 3rd party travel adapters?

    I just checked and the prongs on my MB adapter are exactly the same as the ones on my iPod power adapter. They should work just fine.
    From a manufacturing standpoint, it makes no sense to have two different products for the same exact job.

  • Mini adaptor for altec im3 speakers

    can anyone advise where i can purchase the mini adaptor for the altec im3 speaker system??

    can anyone advise where i can purchase the mini adaptor for the altec im3 speaker system??

Maybe you are looking for

  • Office 2013 Rights Management Services??

    I am trying to make a powerpoint file I have created in Office 2013 (on Windows 7 64 bit) a read-only file so that presenters cannot change content, but can still view and present the file normally.  This was very easy to do with previous versions of

  • Inbound CSV file containing  the date in the name

    Dear all, I have a very small problem on the import file process. I have configure a new SLD with the following pattern pluton\edi\B1I_CCO\In\QC_ROUT_*.TXT (this is a DSV file). I have defined a bizstep reading these files but the problem is that the

  • In which table Item quantity is stored

    Hi Gurus, In which table Item Quantity in the CRMD_ORDER Transaction is stored . What is the transaction for pricing conditions.In which tables pricing details are maintained. Please give me the reply as early as possible. Thanks, Saritha

  • How to call the BPM objects in the child JSP?

    Hi, We are facing some problem, we are trying to use the JSP for the UI instead of BPM Presentation. In the JSP we are calling the child JSP(using JSP include), we need to pass the BPM objects from child to parent JSP. Can any one help me on how to p

  • Initial views in an Acrobat Portfolio

    Anyone know if I can set a default page view for files when they are opened from a portfolio. I've got a portfolio file containing 2 folders - portfolio display is sliding row with sidebar - the 2 folders appear fine and the files within each folder