Regarding configuration of 3rd party JMS queues

Can any one please help me in configuration of 3rd party JMS queues.
Thanks,
Bharath

Does it have a built-in admin web page like most print servers?

Similar Messages

  • Connecting to third party JMS Queue using Patchbay

    Hi All,
    We are trying to connect to a third party JMS queue configured in a remote weblogic server using ATG patcbay. We have configured the provider in dynamoMessagingSystem.xml and created a InitialContextFactory and provided all the queue configurations.
    When it tries to initializes it is trying to create a dynamic queue and saying that JMSHelper class is not configured so that it cannot create the queue (The queue exists in the remote server). When we given configurations based on the details available under C:\ATG\ATG10.0.3\WebLogic\JMSProvider, it is saying that we have to provide a TopicConnectionFactory (We dont need to use any Topics). If we provide TopicConnectionFactory then it will say that your connection factory don't have any Topics configured.
    I have read that for configuring with your application server's queue, this will try creating dynamic queues, but nowhere it is mentioned that how it will differentiate it is a third party queue or an application server queue.
    In our case the application server and the remote server which acts as queue server are Weblogic.
    Not sure why this is behaving like this and there is no proper documentation available in ATG that how to configure the third party queues using Patchbay.
    Any pointers regarding this would be of great help.
    Thanks,
    R.

    Hello kilgores. Welcome to the Apple Discussions!
    Something to ask your IT staff is if they use a proxy server for Internet access. If so, do they require proxy configuration scripts (.pac) to provide access to the Internet through your company's firewall. This information would normally be added to your browser's settings.
    For Safari: Preferences... > Advanced > Proxies > Change Settings... > Automatic Proxy Configuration

  • OSB: Configuring business service for JMS Queue

    Hi,
    I want to produce messages into a JMS queue from OSB proxy service. I have created business service for the JMS queue. I also want to return Status code=200, Status Messgae=Success if the message is successfully inserted into the Queue. Kindly let me know how to do this.
    I tried using Service Callout to call the business service but it is not allowing me to use it because my business service is a one-way operation. So, i tried with Publish activity but my doubt is how and where to configure request payload for the publish activity. I could not find any.
    And how do i know if the message is successfully inserted so that i can send the Status=200 back to the calling proxy service.
    Kindly help in this regard.
    Thanks in advance.

    As suggested, use QoS=ExactlyOnce as RoutingOption within the Publish to business service. If there was any error it will send the flow to error handler where you can do a reply with failure to return HTTP status code=500 to the caller of the proxy service.
    If you do a reply with success the caller will receive HTTP status code=200

  • Problem in configuring my driver for JMS Queues

    Hello,
    I'm working in connecting ODI to Sonic ESB.
    I have added all the drivers needed to ODI/Drivers and I continue to have an error.
    After searching in our ESB Doc i finally found why.
    I have to change a property of my Driver.
    I have tryied to change it in the Property Tab of the JMS Queue Data Server.
    with Key= "My Property Name" and Value= "the new Value needed"
    But there's no change, where can I do this ???
    Thanks for your answer,
    Cordially,
    BM

    In fact I have to change the domain in which I will be connected.
    On Sonic ESB by default it is nammed Domain1 and I want to change this name to SonicTestDomain.
    In java I just have to put :
    prop.put("com.sonicsw.jndi.mfcontext.domain", "SonicTestDomain");
    but in my Topology I'm using the Property Tab and in the first column nammed Key I put
    com.sonicsw.jndi.mfcontext.domain and on the other nammed Value I put SonicTestDomain.
    But when I put Test it always responding me :
    javax.naming.NamingException [Root exception is com.sonicsw.mf.comm.InvokeTimeoutException: Domain1.DIRECTORY SERVICE:ID=DIRECTORY SERVICE - listDirectories()]
    --> with Domain1 so the ghange of the property didn't do nothing.
    If someone can help me...

  • Configuration of 3rd-party printserver

    I'm looking for a tool to configurate a 3rd-party printserver (EpsonNet 10/100 Base Tx USB-Printserver). All Epson tools are windows only.
    Thanks for recommendations
    Alex
    PowerPC G5 DP 1.8MHz   Mac OS X (10.4.9)   1GB RAM 22 Display

    Does it have a built-in admin web page like most print servers?

  • Configuration for 3rd party/individual PO/Intercompany sales

    Hi,
    Can you kindly please let me know the configuration steps (SPRO) and master data setup for the following processes?
    1 - Third Party Shipment
    2 - Individual PO for SD
    3 - Intercompany sales.
    I checked in help portal but it does not help.
    Please share if you know.
    Thanks
    tuff

    found it

  • Is message persistance with 3rd party queues implemented?

    Is message persistance with 3rd party queues implemented for 9.0.2 or 9.0.3 prev?
    I am not able to use Oracle JMS and want to try implementing this.
    Documents on how to implement this would be helpful.
    thanks,
    Isaac

    OC4J 9.0.2 is certified with few JMS providers like MQSeries, SonicMQ, SwiftMQ, etc. Please look at the Services Guide that documents how to use 3rd Party JMS providers.
    regards
    Debu

  • Using Weblogic MDB to consume message using a XA transaction with third party JMS Provider

              I understood from the WebLogic documentation that we can invoke a third party JMS
              using its XA interface from within a MDB where transaction-type is Container and
              trans-attribute is Required. Also we will need to specify its XAConnection factory
              name as connection-factory-jndi name. It that sufficient ?? Or do i need to set
              up some other attributes also ??.
              

              Hi Neeru,
              I understand u were able to solve this issue.
              I am using similar kind of configuration but instead of tibco i am using Webmethods.
              Could u please let me know what did u do to solve the problem?
              -thanks and regards.
              Praveen
              "Neeru Munjal" <[email protected]> wrote:
              >
              >Hi Rob,
              >I used the same whitepaper and tried to use TIBCO JMS with Weblogic server),
              >I
              >started with MDB example specified in Weblogic 7.0 release in examples/ejb20/message
              >and modified it to use trans-attribute as Required. Also I used connection
              >factory
              >which supports XA, but my MDB does not get called.
              >
              >Thanks & Regards
              >Neeru
              >
              >Rob Woollen <[email protected]> wrote:
              >>Here's a white paper about integrating 3rd party JMS providers with
              >WLS:
              >>
              >>http://dev2dev.bea.com/resourcelibrary/whitepapersdetail.jsp?highlight=whitepapers&filePath=components%2Fdev2dev%2Fresourcelibrary%2Fwhitepapers%2Fwp_jmsproviders.htm
              >>
              >>-- Rob
              >>
              >>Neeru Munjal wrote:
              >>> I understood from the WebLogic documentation that we can invoke a
              >third
              >>party JMS
              >>> using its XA interface from within a MDB where transaction-type is
              >>Container and
              >>> trans-attribute is Required. Also we will need to specify its XAConnection
              >>factory
              >>> name as connection-factory-jndi name. It that sufficient ?? Or do
              >i
              >>need to set
              >>> up some other attributes also ??.
              >>>
              >>
              >
              

  • Using Swiftmq as the third-party Jms provider in Weblogic11

    Hi, I am using swiftmq as 3rd-party jms provider in wls, however when I am trying to deploy a MDB listening on the queue configed in swiftmq.rar (resource adapter) in wls, it warns that ***MDB is unable to connect to the JMS destination: myforeigndestination.
    The Error was:
    weblogic.jms.common.InvalidDestinationException: Foreign destination
    , so do I need to configure a foreign connection factory and config the mdb to refers to this foreign connection factory? thx

    Hi, I am using swiftmq as 3rd-party jms provider in wls, however when I am trying to deploy a MDB listening on the queue configed in swiftmq.rar (resource adapter) in wls, it warns that ***MDB is unable to connect to the JMS destination: myforeigndestination.
    The Error was:
    weblogic.jms.common.InvalidDestinationException: Foreign destination
    , so do I need to configure a foreign connection factory and config the mdb to refers to this foreign connection factory? thx

  • 3rd Party Sales Scenario

    I have yet another scenario to know about.......
    Suppose there are some bought out items which are being delivered free of cost to the customer with the stock items, then do we need to configure the 3rd party sales scenario?
    These materials are bought in bulk and kept in stock and not on order to order basis.
    Await advice.

    There is no need to use Third Party Sales since the procurement is not based on sale order. You have to follow the regular procurement scenario and then determine them in the sale order using free goods determination.
    Regards,
    GSL.

  • End to End Monitoring confiuguration for 3rd party systems

    Hi,
    I have been trying to racking up materials for end-end configurations for 3rd party systems and can't find any..All the ABAP  systems are perfectly configured in our End-End Monitoring system but can't find any of the third party systems..Is there a seperate method to configure 3rd party systems?
    -Teresa

    Hi Teresa,
    You can't include 'Third Party' systems in end-to-end monitoring. We had raised a SAP note for the same and below is SAP response..
    "End-to-end monitoring stands for the functionality included as of 6.40 that enables you to track XI messages accross several systems. This functionality can be configured for all components that are able
    to contribute information to this process monitoring, i.e. only SAP systems can be configuered."
    Also check this from online help..
    "The Runtime Workbench receives the data for end-to-end monitoring from the Process Monitoring Infrastructure (PMI), which is an SAP monitoring tool for monitoring end-to-end technical processes involving multiple SAP components."
    http://help.sap.com/saphelp_nw04/helpdata/en/82/9e8dfe9eadbd4b9194c433e646b84e/content.htm
    Regards
    Anand

  • Is 3rd party imap support available in iCloud

    I previously had a 3rd party email set up in MobileMe so I just had to check one place to see my emails.  Are you able to also do this in the iCloud email?
    I have moved from MobileMe to iCloud and all my emails seem to be coming through to my iPad, but I can't find the settings were this is set up.  Will this be added or will this service stop when MobileMe is switched off?
    Thanks

    I see now that I can use the old method of JNDI
    lookup with the 3rd party messaging from a web
    container, I just can't use the java:comp/resource/MQSeries logical JNDI location.
    document: oracle 9ias Container for J2EE,
    Services Guide
    Release 2(9.0.3)
    Aug 2002
    Part No A97690-01
    Chapter 9 Page 9-2
    I am having trouble with this statement;
    The ResourceProvider interface enables you to plug in
    third-party message
    providers for JMS connections. For Oracle JMS, this
    allows EJBs, servlets, and OC4J
    clients to access many different queue
    implementations.
    (OK good so far,)
    With third-party message
    providers, only EJBS can access queue
    implementations. The resources are available
    under java:comp/resource/ as the default JMS
    resources.
    WHAT? I can't do asynchronous messaging from a web
    App to a MDB with a 3rd party JMS implementation?
    What gives?
    Can someone tell me this is not true please

  • 3rd party software in DOM-0 supported ?

    Hi,
    we plan to deploy OracleVM on HP hardware with MSA SAN. Usually we install HP PSP (Proliant Support Pack) on the machines to configure and monitor them. Also PSP contains cpqacuxe (array configuration utility) used to configure the MSA SAN storage (add LUN's etc.). This tool is needed if you want to configure the MSA. I think this is a very common setup ( .. ok others may use IBM, but here you need different tools).
    Also we usually monitor servers with system monitoring software (nagios / HP Openview etc.).
    Oracle VM is based on Oracle Enterprise Linux 5 which is a RHEL5 clone (like CentOS) so I expect that the HP PSP packages for RHEL5 work on Oracle VM DOM-0.
    Does anyone know what the Oracle support status is in regards to installed 3rd party software like system monitoring agents and hardware drivers / tools is ?
    Unfortunately the documentation only mentions support for Host and Client OS.
    Any hint would be appreshiated.
    Regards.

    Thank you - the link leads to the right website but the software you'll find there has not been updated anymore after March 26th. Until then there have been releases of new software or software updates on a daily basis.
    Message was edited by: Kricki

  • One line item delivery for 3rd party sales order

    Hello Experts,
    We have configured a 3rd party sales order process where the PR gets created. We are using scheduling agreement(PO) and creating Schedule line and doing a GR for partial line items.  The stock is recieved as a Sales Order stock.
    But when i create a Sales Delivery the delivery document copies all the line items (ieven for the ones which we don't have GR)  from the sales order and we have to manually delete the line items from delivery doc.
    Is there a way i can restrict the delivery document to only copy the line items from the sales order  for which the sales order stock is available? If so how can we do that?
    Appreicate your help.
    Thanks
    Arpita Rani

    Hello All,
    We have configured a 3rd party sales order process. The schedule line category is configured with account assignment categoory as "M". when we are creating GR the Moving average price of the material  is not getting updated.
    But if i replace with "E" it is getting updated, but the CO-PA is not getting generated for Profitability segment reporting.--we need profitability segment reportng.
    Can some one tell me how we can update the moving average price using acc. asssignment category type "M" at the same time the Profitability segement information is updated.
    THanks in advance
    Appreciate your help
    Arpita Rani

  • 9.0.3 DB Navigator Issues on 3rd Party JDBC

    A new problem in 9.0.3: under System Navigator, Connections, Database Connections, we are no longer able to drill-down to schema objects (such as tables and views) for the 3rd party JDBC connection that we have been using successfully in 9.0.2.
    I have configured the 3rd party JDBC libraries under jdev.conf. I am able to connect to the database. I am even able to run a Java method to connect to and extract metadata from the database.
    The JDBC Driver for the Progress RDBMS is provided by Data Direct Technologies. It is a Type-2 JDBC driver created under the JDK 1.2. A type-3 driver will not soon be available. Also, I am running JDeveloper 9.0.3 under Windows 2000.
    We are prototyping a web extension layer using JSP to legacy systems that have Oracle, DB2, and Progress back-ends. So far, Oracle 9iAS and JDeveloper have been the favorites to implement this layer.
    However, without the schema object visibility, JDeveloper does has little use as a development tool for us. I have elaborated this problem in a previous thread, but did not get a response from Oracle.
    Someone in the JDeveloper group please respond. We really like JDeveloper and do not want to have to walk away from it because of this.

    Hello Robert,
    You have two solutions :
    1) You ask your JDBC provider for compile driver with jdk1.3+
    2) You try another driver on http://industry.java.sun.com/products/jdbc/drivers
    Can You help me with DB2 and Progress ?
    If yes send me email on [email protected]
    Thanks

Maybe you are looking for