Anybody made experiences with JMS Queue Receiver (QPAC)?

you find my question in this thread:
http://www.adobeforums.com/cgi-bin/webx/.3bc3bd03
regards, nico

Made progress on this issue... reade more hear:
http://www.adobeforums.com/cgi-bin/webx/.3bc3bd03

Similar Messages

  • ODI integration with JMS Queue

    Hi,
    I've been searching for some instructions on how to integrate ODI with JMS Queue but there's a distinct lack of information on the internet.
    Can anybody point me to a step by step guide they have come across?
    Any help is gratefully received.
    Thanks
    Gav

    Hi Manish,
    As of now there is no out-box-adapter for JMS queue.
    If you don’t want JNBridge adapter (I hope you’re referring to same. There is no “jt” adapter as you mentioned), you can create a custom adapter which access the JMS queue.
    Use WCF LOB adaper (WCF Lob
    Adapter Wizard)and create an adapter.
    Following article details about the .NET code for messaging with JMS queue, try the code.
    Use JMS Messaging in your C# Applications
    And following articles give details about using WCF LOB adapter/Wizard:
    What Is the WCF LOB Adapter SDK?
    Sample:
    https://msdn.microsoft.com/en-us/library/bb798102.aspx
    http://geekswithblogs.net/michaelstephenson/archive/2009/02/10/129302.aspx
    Use similar code (one from above codeproject article where how to do messaging between JMS queue is shown) to wrapper it around custom WCF LOB adapter.
    Give it a try, if you don’t want to spend anything on a 3<sup>rd</sup> party adapter.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Integration with JMS queue from BizTalk 2013R2

    Hi All,
    We are planning to integrate biztalk application with Oracle Siebel CRM (8.1.1.11). they wanted to use JMS queue to receive xml message from BizTalk2013R2 and also send message to BizTalk for more reliability.
    IS there any out of box adapter by which we can connect to their JMS queue.
    We dont want to go with 3rd party software like jt adapter for JMS queue
    Regards,
    Manish
    Manish

    Hi Manish,
    As of now there is no out-box-adapter for JMS queue.
    If you don’t want JNBridge adapter (I hope you’re referring to same. There is no “jt” adapter as you mentioned), you can create a custom adapter which access the JMS queue.
    Use WCF LOB adaper (WCF Lob
    Adapter Wizard)and create an adapter.
    Following article details about the .NET code for messaging with JMS queue, try the code.
    Use JMS Messaging in your C# Applications
    And following articles give details about using WCF LOB adapter/Wizard:
    What Is the WCF LOB Adapter SDK?
    Sample:
    https://msdn.microsoft.com/en-us/library/bb798102.aspx
    http://geekswithblogs.net/michaelstephenson/archive/2009/02/10/129302.aspx
    Use similar code (one from above codeproject article where how to do messaging between JMS queue is shown) to wrapper it around custom WCF LOB adapter.
    Give it a try, if you don’t want to spend anything on a 3<sup>rd</sup> party adapter.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Dynamic queue name with JMS Queue XML?

    Hi,
    Is it possible to use dynamic queue name with JMS Queue XML?
    I tried using a variable in the JNDI URL, and supply the value in a package. I specified the following in the JNDI URL in the Topology:
    e.g.
    <JMS_RESOURCE>?d=<DTD_FILE>&s=<SCHEMA>&JMS_DESTINATION=#PROJECT_NAME.dest_var
    I declared and set the variable in a package, then tried to load data from the above data server to database. But executing this package gave me the following error:
    7000 : null : java.sql.SQLException: javax.jms.JMSException: Cannot find the target in JNDI (#PROJECT_NAME.dest_var)
    java.sql.SQLException: javax.jms.JMSException: Cannot find the target in JNDI (#PROJECT_NAME.dest_var)
         at com.sunopsis.jdbc.driver.bg.executeQuery(bg.java)
         at com.sunopsis.jdbc.driver.bh.executeQuery(bh.java)
         at com.sunopsis.jdbc.driver.l.f(l.java)
         at com.sunopsis.jdbc.driver.l.executeUpdate(l.java)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execSrcOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Am I doing it wrongly?
    Thanks!

    hi,
    as it's not in Adapter-Specific Message Properties
    http://help.sap.com/saphelp_nw04/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm
    looks like you cannot do it with jms adapter in standard
    use proxy or your own adapter instead
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • JCA Message Inflow Integration With JMS Queue

    Hi,
    I want to integrate JCA message inflows with JMS Queue. I know JCA Message Inflow destination can be Message Driven Bean. But is it possible to specify a JMS queue as destination of JCA Message Inflow.
    i.e.
    JCA -> MDB -> JMS Queue
    OR
    JCA -> JMS Queue
    Thanks

    Hi Manish,
    As of now there is no out-box-adapter for JMS queue.
    If you don’t want JNBridge adapter (I hope you’re referring to same. There is no “jt” adapter as you mentioned), you can create a custom adapter which access the JMS queue.
    Use WCF LOB adaper (WCF Lob
    Adapter Wizard)and create an adapter.
    Following article details about the .NET code for messaging with JMS queue, try the code.
    Use JMS Messaging in your C# Applications
    And following articles give details about using WCF LOB adapter/Wizard:
    What Is the WCF LOB Adapter SDK?
    Sample:
    https://msdn.microsoft.com/en-us/library/bb798102.aspx
    http://geekswithblogs.net/michaelstephenson/archive/2009/02/10/129302.aspx
    Use similar code (one from above codeproject article where how to do messaging between JMS queue is shown) to wrapper it around custom WCF LOB adapter.
    Give it a try, if you don’t want to spend anything on a 3<sup>rd</sup> party adapter.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Refurbished iMac...anybody have experience with quality level?

    I am considering buying a new machine and buying a refurbished product to save a few bucks. Has anybody out there had experience with the level of quality on these machines? Thanks!

    Welcome to the discussions!
    While I do not have a refurbished iMac, my BlackBook is a refurb and has been performing very well since I bought it back at the end of June.
    It came in the plain brown box, but everything arrived in flaweless condition and it even smelled new.
    Since it comes with the same one year warranty that a new unit does and you still have the option to extend that to three years with AppleCare, they are a great deal.
    Bmer has a friend that received a bend MacBook Pro (or maybe it was a PowerBook) that Apple promptly arranged for a repalcement, but that is the exception rather than the rule. By and large you will receive a unit that is every bit as good as a new one, but save money.
    Another thing to mention is that some users report receiving upgrades at no additional charge. Apple advertises the base configuaration and then ships out that they have in stock. That may mean extra RAM or a larger hard drive, but do not count on it. For that reason, I sugest waiting to receive your MB before ordering any upgrades.

  • Use ODI with JMS Queue

    I'm new user in ODI and also JMS. I successfuly use odi to integrate data from two oracle database applications. I'm trying to integrate applications using JMS Queues (or Topics) and I failed to create odi "data server" for this technology. Can someone help me to do this or give me a sample to follow it?
    thanks.

    Hi there,
    You can actually create 2 different types of connections to a JMS Queue or Topic. Flat or XML. The simplest to start with is flat. This will basically cause ODI to view the contents of the queue as simple flat file data. Note, this is a bit advanced use of ODI, so I would perhaps go through connecting to an RDBMS first before walking through this. It will make more sense.
    To set this up, you will need to:
    1. Copy the necessary client files from OC4J, place them in the <ODI_HOME>/oracledi/drivers directory and restart ODI. The files you need are:
    - <OC4J_HOME>/j2ee/home/oc4jclient.jar
    - <OC4J_HOME>/j2ee/home/lib/javax77.jar
    - <OC4J_HOME>/j2ee/home/lib/jta.jar
    Sop copy those files and restart ODI.
    2. Create a physical connection (Topology Application/Physical Architecture/Technologies -> right click JMS Queues and select "Insert Data Server")
    3. In the Description tab, simpl fill in the Name field.
    4. In the JNDI tab , fille in the following:
    - JNDI Authentication - Simple
    - JNDI User: application user - this is the equivalent of javax.naming.Context.SECURITY_PRINCIPAL
    - Password: application password - this is the equivalent of javax.naming.Context.SECURITY_CREDENTIALS
    - JNDI Driver: This is the equivalent of javax.naming.Context.INITIAL_CONTEXT_FACTORY, so enter com.evermind.server.rmi.RMIInitialContextFactory
    - JNDI Url: This is the equivalent of javax.naming.Context.PROVIDER_URL, so put in ormi://<hostname>[:<port>]/<application>. For instance, with the basic OC4J install, I put in ormi://localhost/default.
    - JNDI Resource: This is the JNDI lookup key for your Queue Connection factory. For example, for the default OC4J installation, I put in jms/QueueConnectionFactory
    5. Click the Test button and click OK in the window that pops up. You should get a message box saying that your connection was successful.
    6. Click Apply or OK and a new window will pop up. In this window, go to the Context tab and click the Add button and in the row that appears, click on the right most field (it says <Undefined> and replace <undefined> with a logical name for your connection. Hit Enter and click OK)
    7. You've now connected to the Queue, to create the Queue object in ODI, go to the Designer window, go to models and create a new model.
    8. Set the name to whatever makes sense to you. Set the technology to JMS Queue and the Logical Schema to the logical connection name you created in step 6. In the Reverse tab, select Global from the Context dropdown menu.
    9. Click OK. You now have a container for any Queues that are in this connection.
    10. To point to the queue, right click your new model and select Insert Datastore.
    11. In the new window, name your datastore whatever you'd like. Set the resource name to the JNDI resource name for the queue (for example, with the default OC4J configuration, you could set this to jms/demoQueue.
    12. In the Files tab, set the File Format to fixed, and set the record separator to Windows or Unix (it doesn't really matter which one you pick)
    13. In the Columns tab, click the add button to add a column. Name the column something like DATA and set is to a String of size 1000.
    14. Click OK. You'll now be able to right click this new datastore and view data, granted in a very simple format. You can create a more complex flat file structure if you' like but this gives you a quick and easy to view the contents of the queue.
    I'd suggest trying to connect this way, post if you were successful and I will then post how to connect to an XML structured queue (it's a little teenie bit different)

  • VigiMac, anybody any experience with it?  Or other theft software?

    Hi, does anybody have any experience with the VigiMac software.  It reports it location to a server and you can use this if your MBP is stolen to catch the thief.
    http://www.vigimac.com/

    wjosten wrote:
    I use this, free:
    http://preyproject.com/
    thanks

  • Anybody got experience with Hitachi Deskstar 7K750?

    Hi,
    I'm finally about to get my iMac a bigger harddrive. I've been looking at Seagate's 750gb drive, but i read Anandtech's review of Hitachi's 7k1000 harddrive and as far as i understood they were quite positive about it. After looking into 7K1000 i noticed that they also have the 7K750, which is 750GB.
    I was wondering if anybody knows or has any experiences with this 7K750 harddrive?
    If anybody has insights or experiences of the other above mentioned harddrive i'd gladly hear from you. Which would you get and why?
    Thanks for your help!
    CC
    iMac 20" Core 2 Duo 2.16 Ghz 2 Gb Ram ATI X1600 256MB   Mac OS X (10.4.9)  

    When you have spamassassin of os x server already running it is simple to upgrade spamassassin. I never had any problems - tested on three tiger - mailservers.
    Simply follow the instructions on http://svn.apache.org/repos/asf/spamassassin/branches/3.1/INSTALL and upgrade on 3.1.3 (it reports itself as 3.001003) using the terminal and the perl-helper-app MCPAN .
    When doing this the first time you may respond to the questions asked, but you can also choose you are not ready for a manual configuration. This does not interfere with amavis, clamav or anything else.
    Worst thing that could happen is that you need to install the most recent perl-libraries on which spamassassin is dependent on...

  • Working with JMS Queue

    Hi,
    I want to publish a message into a JMS but don't want to use any interface for it.Requirement is to publish certain variable values from the ODI package to the JMS. Is it possible using ODI Procedure, if yes, ps help me with the steps involved.
    2)How to call a Java function from ODI.[I can have a java function that pushes the message into the Queue]
    3)What is/are the possible ways to publish a message into a Queue, using ODI
    Thanks,
    Is

    Hi,
    2)How to call a Java function from ODI.I can have a java function that pushes the message into the QueueYou can call a java class from a jython Treatment line :
    - Pack your class in a .jar file
    - Put the file in the drivers' folder of ODI
    - In a Treatment line, you can call your class using : from myJavaPackage import myClass
    3)What is/are the possible ways to publish a message into a Queue, using ODIA former version of ODI has embedded a JMS Server, so there are several KM associated with this technology. If there are need for customization, I think using Jython and java classes may be a good solution.
    Personnaly, I haven't used ODI + JMS but these are the ways I'd investigate...
    Regards,
    ChrYStophe

  • ANybody have experience with EVENT 20/20bas studio monitors?

    I am looking at a mint condition pair of these monitors. I am wondering what anyone has to say about them. Worth seriously looking at? Best I can ascertain is these sell for around $900? They may be a year or two old, so the current model might be an upgrade from these. Any advice would be appreciated.

    Unless you absolutely CANNOT do without monitors right now, if all you can spend is $500/pair, I'd wait.
    It has been my experience that for $500, you can get a nice upgrade from monitoring on stereo speakers. And yes, there are some good deals in that range (the KRK RP5s aren't bad, neither are the Yorkville YSM1s).
    BUT...
    ...you get SOOO much more from a $1000/pair set like the Dynaudio BM5A. The improvement in stereo imaging and sonic detail is really massive.
    My opinion (for what it's worth) is that monitors are one of a very few areas in which you cannot afford to skimp. Microphones and preamps are two others. Converters? There's always going to be a better set coming out tomorrow. But a U47 into a Neve will always be a U47 into a Neve. Basically, if its analog, its based on physics, and you can't improve the laws of physics. A good mic, pre, or monitor will last you for 20 years or more.
    So, if you NEED the monitors now, I'd recommend the KRK RP5 (or RP6 if you need a bigger woofer, but the RP5s sound nicer) or the Yorkville YSM1s.
    Otherwise, save your pennies for something you can grow with .

  • Does anybody have experiences with a Samsung SSD 840 Evo for a MacBook Pro?

    I heard that the Samsung SSDs 840 Basic and Pro have problems with MacBook Pros and die after a few weeks. I bought my MacBook Pro 13 in April 2011 and want to upgrade it with a SSD now.

    Partitioning makes no sense. You have a drawer full of stuff. Split it into two smaller drawers and you have two smaller drawers full of stuff.
    Decide what you can store on external storage - your iPhoto/Aperture/Lightroom libraries can all be stored on externals, as can your iTunes Libraries and so on. Do you need to carry 30 gigs of movies with you all the time? You  can get portable drives the size of an iPhone these days.

  • Anybody have experience with Directv receivers and an airport express?

    Specifically, I have 3 HR24-500's connected to the whole home DVR service. I want to connect them to the internet. I have an Airport Time Capsule as my router and I also have an airport express ready to go but cant seem to configure everything to work together. The airport express is working as it currently brings an internet connection to all of my other components via a 4 port switch but I cant seem to get the DVR to work. It shows its connected to the network but no internet. Im very frustrated. Please help.
    Thank you in advance.

    The Internet hook up should have been performed by the DirectTV installer. There is a specific procedure for this involving the Whole Home equipment.
    It would probably be best to have a DirectTV installer hook this up for you, but the Direct TV help forums might be able to provide you with a step by step procedure.
    http://forums.directv.com/
    A note of caution...the Whole Home setup is not supported over a wireless connection. There's just not enough bandwidth available over a wireless connection to provide reliable high definition video performance. The DirectTV installer will not hook up the Internet connection unless it is hard wired back to your main router using an Ethernet or special Co-Ax connection.

  • Anybody had experience with Audigy2 PCMCIA + PCMCIA to PCI adapter?

    I have been using my Audigy 2 ZS (PCMCIA) on a laptop as a media center for a looong time, but the laptop died and I'm using a cheap desktop for it.
    The built-in soundcard lacks luster and I want to use my Audigy in it, but I'll be needing a PCI to PCMCIA adapter. Because the Audigy 2 ZS was so picky about the Cardbus adapter it was connected to, I want to know of other peoples' experiences on doing the same thing.
    Has anyone else connected their Audigy 2 ZS - laptop into a desktop using a PCMCIA-to-PCI adapter? Which brand/model and how did it work out?
    Thank you.

    Sonnet seems to be the most Mac friendly and, as I recall, they answer customer questions very quickly. Try:
    http://www.sonnettech.com/

  • Has anybody some experience with acquiris digitizers (placed in PXI)?

    Hey guys,
    I am using a Acquiris DC140 Digitizer in my PXI and I'm trying to control it via Matlab, but it does not work.
    Error messages similar to the following example appear in any case of given m-file usage:
    ??? Undefined function or method 'AqDrvMex' for input
    arguments of type 'char'.
    Error in ==> Aq_getNbrInstruments at 10
    [status nbrInstrument] =
    AqDrvMex('Aq_getNbrInstruments');
    I have no idea whatever is meant with AqDrvMex. 
    it must be some kind of .dll-file, but I find myself clueless where to get it from?
    I wrote this to Agilent's support. I hope they can help me.
    Nevertheless, it would be great to find some help here, either.
    Thanks 4 reading

    Hello foe,
    i think it´s the best idea to contact Agilent because MathWorks also
    write that the support for this devices is to contact Agilent.
    You also can use this instrument under LabVIEW there are driver on the homepage.
    best regards
    best regards
    Alexander Glasner
    AE NIE

Maybe you are looking for