Message queuing with XML transfer

Hi,
I am currently working on a project which aims to transfer XML document from a client to a server side application.
I plan to use HTTP as transport protocol and I would like to be sure that all messages sent are correctly received by the server side.
Does anyone have experience with this kind of project ?
Thank's.
Email: [email protected]

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pascal Janin:
Hi,
I am currently working on a project which aims to transfer XML document from a client to a server side application.
I plan to use HTTP as transport protocol and I would like to be sure that all messages sent are correctly received by the server side...<HR></BLOCKQUOTE>
The B2B with XML sample app demonstrates some tools and techniques that might interest you: http://technet.oracle.com/tech/xml/info/index2.htm?Info&htdocs/XMLOne_Keynote/xb2bhome.html
Regards,
-rh
null

Similar Messages

  • Domino Provision error: No message queue with that name

    Hi,
    Recently when we try the domino provisioning we often receive this error:
    No message queue with that name.
    This error is intermittent.
    Does any one has any idea why?
    Thanks

    Hi Wushilin,
    We are also encountering the same problem.
    Are you still facing the same issue?
    If you have solved the problem, can you share the solution?
    Thanks!

  • Can you talk to WebLogic Message Queues with C/C++

              Just curious, can you talk to message queues in WebLogic with C/C++, or do you jave
              to use the JMS API to get to it?
              We have some existing C/C++ code we need to communicate with and we are considering
              using message queues to do it. We have tried it with MQSeries and it works fine,
              but could we do the same thing with WebLogic. We already have WebLogic in production
              and would like to avoid having to also buy MQSeries just to integrate to the C/C++
              code and messaging is a lot easier than dealing with JNI.
              Any advise would be greatly appreciated!!!
              

    Hi Chuck,
              Here are some options:
              www.codemesh.com provides a C++ JMS wrapper (via JNI), one customer has instead
              recommended "Jace" http://sourceforge.net/projects/jace/
              Alternatively use RMI over IIOP to invoke an EJB that in turn calls JMS (WebLogic
              understands IIOP).
              Alternatively use HTTP/WebServices/SOAP.
              Personally, I think RMI/IIOP is an interesting option, post to the rmi-iiop newsgroup.
              Tom
              Chuck wrote:
              > Just curious, can you talk to message queues in WebLogic with C/C++, or do you jave
              > to use the JMS API to get to it?
              >
              > We have some existing C/C++ code we need to communicate with and we are considering
              > using message queues to do it. We have tried it with MQSeries and it works fine,
              > but could we do the same thing with WebLogic. We already have WebLogic in production
              > and would like to avoid having to also buy MQSeries just to integrate to the C/C++
              > code and messaging is a lot easier than dealing with JNI.
              >
              > Any advise would be greatly appreciated!!!
              

  • Message Queue with SP executing xp_cmdshell not working in after DB migration

    We are in a Database Migration Project.
    DatabaseA is set to be migrated. It currently resides in ServerA. In DatabaseA lies an SP, which calls XP_CMDSHELL in it. This SP is being called by a messageQueue.
    In ServerA, we do have a Local Windows System user as the application login. ( ServerA\LocalLogin). This login  does not have any sysadmin privileges and only is a member of db_datareader and a custom executesp roles of the DatabaseA.
    This database Needs to be migrated to ServerB. when migrating this to ServerB, the only change is that the LocalSystem user is replaced by a Domain User. The application is supposed to connect to the DatabaseA via the Domain User. (Domain\DomainUserB)
    However, Once the database is migrated to ServerB, we get the following error related to the message queue:
    The xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '##xp_cmdshell_proxy_account##' credential exists and contains valid information Message Queue Service Broker
    This error never happen to come in ServerA and  is no proxy_accounts are configured in it. The logins (ServerA\LocalLogin and Domain\DomainUserB)  are identical in terms of privileges. What would be the problem ? Why is this error popping only in
    ServerB ? How can i overcome this without creating a proxy account ?
    Security Context of the MessageQueue is  ExecuteAsUser with a principal of dbo.
    Both the servers are SQL Server 2008, and Windows Server 2008.

    Hi Shamil,
    In addition to other post, please make sure the following things.
    1. Check that if the service account that SQL Server is running under has enough
    local security policies rights on the current server.
    2. Make sure the non-sysadmin user has a database user in the master database and GRANT your non-sysadmin user the rights to execute xp_cmdshell. 
    In order to do that, you can run the below scripts:
    USE master;
    GO
    CREATE USER [Domain\user] FOR LOGIN [Domain\user];
    GRANT EXECUTE ON xp_cmdshell TO [Domain\user];
    Reference:
    http://www.databasejournal.com/features/mssql/xpcmdshell-for-non-system-admin-individuals.html
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • How compatible is Sun ONE Message Queue with IBM Websphere MQ and at what version levels?

     

    Hi,
    Just check the "Troubleshooting Installation Problems section " at http://docs.sun.com/source/816-6453-10/windows.html#34247.
    If you still have problems in installation , you can post your question in the Sun ONE message Queue forum
    at http://softwareforum.sun.com/NASApp/jive/forum.jsp?forum=24

  • Dead message queue

    Intial information:
    SUN MQ 4.3
    Local installation
    Purpose: use dead message queue.
    As per refered in SUN MQ admin guide have updated the broker
    imqcmd update dst -t q -n TestQueue1 -o useDMQ=true
    imqcmd update dst -t q -n TestQueue1 -o MaxBytesPerMsg=150000
    Also java program sending message to the queue and data is of size 171KB(171000)
    With above setting I expect the message to go to mq.sys.dmq, however its not? Any one have answer?
    Or any one have used dead message queue with SUN MQ?
    Any help will be appreciated.
    Madhav
    Edited by: user10111912 on Jan 20, 2011 4:18 PM

    In this case, the message will be rejected, that is it does not get into the destination, which is different from a message in the destination becomes "dead" - dead message.

  • Problem with GlassFish and Sun Java System Message Queue

    Hi,
    I used application server PE.8 and I upgraded to Sun Java System Application Server Platform Edition 9.0 Update 1 Patch 1, and I changed all my CLASSPATH and everything. My system is working fine, but the Sun Java System Message Queue that I used before is still showing the queues and physical queues of the previous application server, not the new one. Do you know if there is way to change that and link it to the new version?
    thanks

    Use an ESB like ServiceMix to bridge JMS providers
    http://servicemix.org/
    Or write your own MessageListener to consume from one JMS and publish on another one. Be careful with queues to avoid loosing the ordering - so you probably want to use a single MessageListener per subscription/queue - or to take advantage of Tibco's exclusive queues to ensure ordering is preserved. If ordering doesn't matter then don't worry too much about it and maybe have a pool of consumers to improve throughput
    James
    http://logicblaze.com/

  • Message stuck in Adapter Engine queue with status "Delivering"

    Hi All,
    I have a File to File EOIO scenario. The messages are sucessfully delivered from IE to AE. All entries have a chequered flag in SXMB_MONI. No messages are stuck in IE queue (SMQ2). But the message is stuck in AE queue with status "Delivering". I can not resend or cancel the message coz the status is "delivering".
    The reason it is in "delivering" status is due to some config error that I made in Communication Channel FTP parameters. Now it is corrected. But how do I deal with this message now?
    Restart of server is not an option here. Is there are place I can delete the message from AE queue?
    Thanks
    Jaishankar

    You can see the queues status (and number of stuck entries etc) through the link:
    http://<host>:<port>/MessagingSystem/monitor/systemStatus.jsp
    There, you can maintain the queues.
    There is also a link for the EOIO Sequence Monitor:
    http://<host>:<port>/MessagingSystem/monitor/sequenceMonitor.jsp
    There you can see the stuck messages and maintain these.
    Make sure to handle the proper message IDs.
    All of these are acessible through the Messaging System main page:
    http://<host>:<port>/MessagingSystem/
    Regards,
    Henrique.

  • How to use message queue for inegrating third party with EBS

    Hi Experts,
    We would like to integrate a third party system with EBS using message queues.
    Where we will subscribe to a businnes event and which will populate the messages to messages queue.
    But how can we deque this message in third party systems. We are in R12.1.3 and no FMW installed.
    Any adapater or something is availabe, If so please throw some inputs.
    Thanks
    Bhaart

    Please go to the link
    http://developer.novell.com/extend/composer/1006.html
    and also see the "message filtering" section.
    Where you can find
    Exposing message selection hints in the header portion of a message is a common tactic when multiple receiving apps are pointed at the same queue. The application that is best suited to handling a given message type can harvest just the messages it needs, while other applications can act on messages better suited for them. Administratively, it is more efficient to set up one queue (with multiple receivers accessing it) than to set up multiple queues, each with a dedicated receiver. My question is how can I achieve this Via progamatically ?

  • Automatic message for problems with partner transfer

    Hello gurus,
    every 15 Minutes we automatically transfer new or changed partners from SAP ERP to GTS.
    Now, if there is an error in one of those partners and they cannot be transferred successfully (e.g. because of missing or inconsistent address data), SAP retries to create/change that partner every 15 minutes.
    Unfortunately, I cannot check the transfer logs five times a day for any errors that might occur.
    Because of that, it sometimes takes several days until I come to discover the error. Until then, many, many transfer logs have been created, most of them containing only one entry. Furthermore, the particular partner cannot be used in SAP ERP until the error is resolved, because it is blocked by GTS.
    Is there any way to create a message to me (via mail or in SAP), if there is an error with partner transfer?
    Thank you
    Alicia

    An alternate option would be to create a custom program that would read the unprocessed change pointers in ECC ( these would correspond to the customer's that have not made it successfully to GTS) and run this program soon after your transfer program completes...
    This will give you a list of customers not transferred to GTS..
    Thanks
    Jasmit

  • 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 Microsoft Message Queues (MSMQ) with LabVIEW

    I want to use the Microsoft Message Queue to communicate between applications on different machines. Does anybody have experience in using the MSMQ with Labview (in the .NET framework)? How do I send messages? The MessageQueue.Send method requires an object, and I don't know how to create this object format.
    This question was asked several years ago on this forum and no answer was given.
    I would appreciate any examples of Create a Queue, Delete a Queue,  Send a Message, and Read a Message in LabVIEW 7 or earlier.
    Thanks,

    P.C.
    I'm a little confused by what you mean.  I thought you were sending messages through the MSMQ, but the code there would receive a message, get the body, then display the body of the message.  The Object that the invoke node refers to is the Body of the Message, which has no properties, but has a few methods like ToString that you can use to get the string from the Body. 
    You need to wire up the references into the invoke and property nodes to get the selection of the methods or properties that are available.  Do they just not appear when you are using the invoke node with a reference to the body?
    Message Edited by Coal Man on 06-04-2007 01:56 PM
    Brian Coalson
    Software Engineer
    National Instruments
    Attachments:
    msmq.Jpg ‏40 KB

  • Ability of BAM to Monitor XML Message Queues

    Hello,
    Does BAM have the ability to monitor XML message queues.
    Thank you,
    Jason

    Hi,
    You can do this using:
    1. Runtime Workbench
    The adapters can be checked using Component Montoring>Display ALL button>Adapter Engine--> Communication channel
    http://help.sap.com/saphelp_nw04/helpdata/en/25/9c2f3ffed33d67e10000000a114084/content.htm
    Or message monitoring
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/4e313f8815d036e10000000a114084/content.htm
    2. Transaction SXMB_MONI in the ABAP Stack
    Regards
    Vijaya

  • Messages stuck in Inbound Queue with Ready Status

    Hi All,
    The messages in the Inbound queue are getting stuck in Ready status.
    I have to manually Unlock each queue to start the processing.
    After some time again all the message queue are back to the Ready State.
    Please help me on this issue.
    Regards
    Milan

    go to --> sxmb_adm
    Manage Queue
    Select all Queues, Activate Queues.
    & check your scenarios, now it will not stuck due to this error.

  • Reading Advance Queuing with XMLType payload and JDBC Driver character encoding

    Hi
    I've got a problem retrieving the message from the queue with XMLType payload in Java.
    It was working fine in 10g database but after the switch to 11g it returns corrupted string instead of real XML message. Database NLS_LANG setting is AL32UTF8
    It is said that JDBC driver should deal with that automatically but it obviously don't in this case. When I dequeue the message using database functionality (DBMS_AQ package) it looks fine but not when using JDBC driver so Ithink it is character encoding issue or so. The message itself is enqueued by the database and supposed to be retrieved by dedicated EJB.
    Driver file used: ojdbc6.jar
    Additional libraries: aqapi.jar, xdb.jar
    All file taken from 11g database installation.
    What shoul dI do to get the xml message correctly?

    Do you mean NLS_LANG is AL32UTF8 or the database character set is AL32UTF8? What is the database character set (SELECT value FROM nls_database_parameters WHERE parameter='NLS_CHARACTERSET')?
    Thanks,
    Sergiusz

Maybe you are looking for

  • Closing stock T code reqd

    hi all, i want to take the report for the closing stock of plant/sloc on a particular date,but am not able to find out the t code,have tried with MB5B,still am not getting the report. ur help required in this thanks and regards Vijay

  • Z10 Touchscreen Not Working

    This started yesterday and progressively became worse. It started when I added a password to my device. I've had the phone for 2 years and never used a password, but recent events persuaded me to do so. I'm not sure if this is just a coincidence, or

  • How do I get phone #'s to come up instead of email addresses when trying to send a MMS?

    I just got my Galaxy S4 2 days ago and was trying to send a picture from my gallery as a text message to a friend.  I know I can start from messaging, and then attach the picture, but I was already in the picture, so clicked on the messaging icon fro

  • Error while configuring iscsi client node using udev for RAC on linux

    Hi All, I am setting up iSCSI on Oracle Enterprise Linux referring the document "+Build Your Own Oracle RAC Cluster on Oracle Enterprise Linux and iSCSI+" posted on OTN by Jeffrey Hunter. After configuring the iscsi service on iscsi client node, the

  • How to measure time spent on socket read() method ?

    Hi, I have a socket waiting for input stream from a remote host : // method blocks until some input is available int count = socket_host.getInputStream().read(bytes); I want to know how much time it took to receive "count" bytes from remote host.