[svn] 3486: Updates to support reliable messaging over streaming transports .

Revision: 3486
Author: [email protected]
Date: 2008-10-05 12:51:04 -0700 (Sun, 05 Oct 2008)
Log Message:
Updates to support reliable messaging over streaming transports.
QA: No
Doc: No
Checkintests Pass: Yes
Details:
Unbind subscription invalidation from streaming connection close. New behavior is for subscription invalidation to be bound to session invalidation, in the same fashion as simple polling or long-polling works.
Modified Paths:
blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java
blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

nokia will have this on there NSU by end of month or into next month.
If you find my post useful then click on
Kudos!Nokia N96 (v20.050 / RM-247)
www.shaysoft.net | Competitions!

Similar Messages

  • Time updation for Support desk message and business calender working hours

    Hi Experts,
    I would like to know how to set the time updation of Support desk message in CRM_DNO_MONITOR. After i receive a new message in it, I can see the from timing and to timing (even after changing the status of message) as 00:00:00. Is there any standard job to automatically update the timing of message?
    Also i would like to know, how to set the working hours for various days. Lets say i want to set my business hours for Monday from 10am to 6pm and for Tuesday as 9am to 5pm.
    Suitable points will be rewarded.
    Thanks in advance,
    Naresh Dodeja.

    Hi,
    The reason is "created by me" selects the role "Creator" of a message/notification.
    There are three roles "Creator", "Contact" or "Reporter" and "Responsible" or "Processor".
    The creator is identified by his user name and the others by their BP-ID.
    Therefore using the report "created by me" does not work if your users are defined for BPgen only.
    That it works you have additionally to define in BP the role "BUP003 - Employee".
    You find in the transaction BP for "BUP003 - Employee" in the tab "identfication" a field "User Name".
    If you enter the User-ID the user  has in the Solution Manager then it works.
    Good look!
    Best regards,
    Adelbert

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • [svn] 4193: Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.

    Revision: 4193
    Author: [email protected]
    Date: 2008-11-26 11:40:05 -0800 (Wed, 26 Nov 2008)
    Log Message:
    Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Details:
    * Foundational update to include destination config in what we collect for runtime config exchange with new clients for destinations with network/reliable=true (LCDS only).
    * Also typo in comment in AbstractConnectionAwareSession fixed.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-517
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/AbstractConnectionAwareSession.java
    blazeds/trunk/modules/core/src/flex/messaging/Destination.java
    blazeds/trunk/modules/core/src/flex/messaging/services/AbstractService.java

    Revision: 4193
    Author: [email protected]
    Date: 2008-11-26 11:40:05 -0800 (Wed, 26 Nov 2008)
    Log Message:
    Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Details:
    * Foundational update to include destination config in what we collect for runtime config exchange with new clients for destinations with network/reliable=true (LCDS only).
    * Also typo in comment in AbstractConnectionAwareSession fixed.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-517
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/AbstractConnectionAwareSession.java
    blazeds/trunk/modules/core/src/flex/messaging/Destination.java
    blazeds/trunk/modules/core/src/flex/messaging/services/AbstractService.java

  • [svn] 1691: - Updating tests for realtime push over HTTP.

    Revision: 1691
    Author: [email protected]
    Date: 2008-05-13 14:36:54 -0700 (Tue, 13 May 2008)
    Log Message:
    - Updating tests for realtime push over HTTP.
    - Removing old tests that are better represented by the qa-manual\messaging\MessagingApp.mxml
    - Updating resources/config/services-config.xml so that it is clear that long poll settings have dependencies on each other:
    1. wait-interval-millis requires max-waiting-poll-requests in order to take effect
    2. client-wait-interval-millis needs the previous ones to take effect
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/flex/messaging-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/src/runtimeconfig/components/RuntimeEndp ointsAndFactory.java
    blazeds/branches/3.0.x/qa/apps/qa-manual/WEB-INF/src/runtimeconfig/components/RuntimeRTPu shOverHttpDestinations.java
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/test_autosend.mxml
    blazeds/branches/3.0.x/resources/config/services-config.xml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/secureDestinationTest.mxml
    Removed Paths:
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf1_twodests.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_channels.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testamf_secure_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp1_twodests.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp_destination.mxml
    blazeds/branches/3.0.x/qa/apps/qa-manual/rtPushOverHTTP/testhttp_secure_destination.mxml

  • [svn] 4226: Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.

    Revision: 4226<br />Author:   [email protected]<br />Date:     2008-12-03 15:25:17 -0800 (Wed, 03 Dec 2008)<br /><br />Log Message:<br />-----------<br />Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working. <br />QA: Yes<br />Doc: No<br />Checkintests Pass: Yes<br /><br />Details:<br />* Make sure the <reliable/> option is treated as a nested element rather than an attribute of its parent <network> element.<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/LCDS-517<br /><br />Modified Paths:<br />--------------<br />    blazeds/trunk/modules/core/src/flex/messaging/Destination.java

    Revision: 4226<br />Author:   [email protected]<br />Date:     2008-12-03 15:25:17 -0800 (Wed, 03 Dec 2008)<br /><br />Log Message:<br />-----------<br />Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working. <br />QA: Yes<br />Doc: No<br />Checkintests Pass: Yes<br /><br />Details:<br />* Make sure the <reliable/> option is treated as a nested element rather than an attribute of its parent <network> element.<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/LCDS-517<br /><br />Modified Paths:<br />--------------<br />    blazeds/trunk/modules/core/src/flex/messaging/Destination.java

  • [svn] 4195: Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.

    Revision: 4195
    Author: [email protected]
    Date: 2008-11-26 13:08:23 -0800 (Wed, 26 Nov 2008)
    Log Message:
    Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-517
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as

    Revision: 4195
    Author: [email protected]
    Date: 2008-11-26 13:08:23 -0800 (Wed, 26 Nov 2008)
    Log Message:
    Bug: LCDS-517 - Reliable messaging destinations created using runtime configuration (bootstrap service) not working.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-517
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as

  • Does JMS support reliable messaging (store-and-forward) for app clients?

    I need to write an enterprise application client (launched with Java web start or packaged with a tool like Sun's package-appclient) that can send messages reliably from Linux to Windows. JMS seems like the obvious solution, so I deployed an EAR file with an MDB and an application client on a Windows machine (running SJSAS 9). I was able to download the client jar file onto Linux and send JMS messages successfully. However, if the Windows machine is not available, the Linux client immediately throws exceptions and fails. Are there any JMS providers that provide a store-and-forward mechanism for enterprise clients, so that if the remote server is not available immediately, messages are delivered later? (Note that the client can't be a servlet or other server-managed component.)
    I'd prefer an open-source solution, but this requirement has an extremely high priority for my customer, so I'll use a commercial product if necessary. And if there's something other than JMS that works, that would be fine. (In my case, the messages on the remote side ultimately go to a .NET service, so WS-ReliableMessaging would be ideal, but it looks WS-RM won't be integrated into .NET until Vista, and the current WS-RM implementation is a beta, etc., etc.)
    Thanks,
    Mike

    You could use Apache ActiveMQ
    http://incubator.apache.org/activemq/
    which supports embedded brokers inside each JVM which can be networked together in a store-forward mechanism so that each application keeps working and store-forwarding messages.
    http://incubator.apache.org/activemq/networks-of-brokers.html
    or you can use failover transport to handle automatic reconnection...
    http://incubator.apache.org/activemq/how-can-i-support-auto-reconnection.html
    If you need to communicate with some .Net you can use the NMS - the .Net Messaging API which has a client for ActiveMQ as well...
    http://incubator.apache.org/activemq/nms.html
    James
    http://logicblaze.com/
    Open Source SOA

  • Need example for reliable messaging over http in oracle service bus 10g

    Hi
    i want to setup the reliable proxy service that will poll the end system if it is down and send msg when it is up
    i dnt kw how to do it.
    i used WS-policy XML and set out the timeout interval and all other properties.
    and used WS transport protocol in proxy service.
    but when i request if wait for the timeout i have specified in WS-policy and than show this msg
    <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
         <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>
         BEA-381412: Conversation timed out.
    weblogic.messaging.saf.SAFTransportException: Send failed
         </faultstring>
         <detail>
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-381412</con:errorCode>
         <con:reason>
         Conversation timed out.
    weblogic.messaging.saf.SAFTransportException: Send failed
         </con:reason>
         <con:location>
         <con:node>RouteTo_testwsrmbix</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
         </con:fault>
         </detail>
         </soapenv:Fault>
         </soapenv:Body>
         </soapenv:Envelope>
    It does not send even a single request to the end system.
    I want it like :
    when i make my end system down it must wait for timeout interval and than send the request when system is up
    PLease help me,its urgent.
    i have simple create a web service and using the wsdl to use my end system

    This exam is currently not available. It will become available again in approximately 8 weeks. You can view the exam topics to begin preparing for this exam on the exam details page http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_451.
    There are currently no sample questions available for this exam. You will need to use the exam topics to prepare.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • WS reliable messaging implementation in OSB

    Hi All,
    I have to implement relaible messaging through OSB service. I want to know
    1. how reliable messaging can be implemented in OSB with proxy and bussiness service and how it can be tested?
    2. The advantages of using WS transport to implement reliable messaging over JMS queues ?
    3. How WS transport ensures guaranteed delivery?
    please post your valuable ideas.
    Thanks
    Harini

    WSRM is not fully supported in ALSB.

  • SOAP binding over MQ transport support

    Hi All,
    I would like to know if the OSB and SOA Suite 11g products support SOAP binding over MQ transport. If yes, how should we do it?
    Regards,
    Aditya

    Hello Vlad Dyuzhev
    I see that there are two native MQ transports for each of OSB and SOA 11g products
    1) MQ transport (for OSB only)
    2) Oracle JCA adapter for MQ Series (for SOA only?)
    Both of them doesn't support SOAP messages, is my understanding correct?
    Now we have another way with foreign JMS providers which are mapped to remote MQ setup, these can be used to send over the SOAP messages from both OSB and SOA using JMS transport. Is my understanding correct?
    Please let me know.

  • [svn:fx-trunk] 14719: Bug: LCDS-1522 - RTE running reliable messaging test over NIO HTTP endpoint caused by checkin 272187 .

    Revision: 14719
    Revision: 14719
    Author:   [email protected]
    Date:     2010-03-12 02:20:41 -0800 (Fri, 12 Mar 2010)
    Log Message:
    Bug: LCDS-1522 - RTE running reliable messaging test over NIO HTTP endpoint caused by checkin 272187.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Checkin 272187 fixed small messages to work on NIO HTTP endpoints but this exposed a bug in HTTPChannel. HTTPChannel is not supposed to support small messaging feature but there was one place where small messages feature were still being enabled which caused the bug.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/LCDS-1522
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/HTTPChannel.as

  • I allowed PC Update Support  to take over my computer. When they were off I checked them out and    discovered they were most likely scammers.  I ran my antivirus program and changed password but should I be concerned about installed malware?

    I allowed PC Update Support to take over my computer (long story) When they were done I checked them out and discovered they were most likely scammers. I ran my antivirus program and changed passwords. Should I be concerned that they may have installed malware?

    If you are sure they were scammers the only way to be 100% sure they left nothing behind is to wipe your system disk, do a clean install and restore from a backup you are sure was made before the scammers got onto you system.
    There is no other way to be sure that thye did not leave somehting behind. In addition if you have used any credit card numbers while on the system, back account (or any other) passwords, tax returns, etc. You need to be alert fo IIdentity Theft | Consumer Information. It may be a good idea to place a fraud alert with one of the credit reporting agencies (the link above will detail what to do)
    And of course change the passwords right away.
    good luck
    Message was edited by: Frank Caggiano - This assumes you are in the States. Different procedures may apply in other countries.

  • HT1689 why do i get this this message whenever i try to purchase or update i get a message saying contact itunes support

    why do i get this this message whenever i try to purchase or update i get a message saying contact itunes support

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • After updating I can not get over 1000 songs from my library to play.  I spent 2 hours with Apple support and he could not fix it.  Anybody got any ideas?

    After updating I can not get over 1000 songs from my library to play.  I spent 2 hours with Apple support and he could not fix it.  Anybody got any ideas?

    While not exactly the same, I wonder if this would help?  http://support.apple.com/kb/TS1967

Maybe you are looking for

  • Error in Print Preview of PO

    hi, i am getting an error while am seeing the print preview of PO. "Processig routine ENTRY_NEU in program/smb40/FM06P does not exist" can any one suggest me how to fix this. regards subhash

  • Windows 8 Enterprise automaticly updated to Windows 8.1 pro

    Hi all, My company computer at my home location is running windows 8 enterprise. yesterday i came home and there was a message in the screen asking for a reboot. the reboot was needed for the update to 8.1  it sayd. when the computer was rebooted sev

  • Problem in transfer statement.

    Hi folks, I want to place the file in the application server using open dataset. My final output internal table gt_output fields are                value, kndnr, perio, skunumber,perio. i used the statement like data: gv_string(120) type c. gv_string

  • Getting Dump while Mapping data source.

    Hi Expert, Am getting below DUMP while trying to map data source in SEGW transaction. Could you please suggest what could be possible cause for this? Category               ABAP Programming Error Runtime Errors         SYNTAX_ERROR ABAP Program      

  • How can I sync iPod to two different computers?

    I have two computers. One computer has a few songs, the other has a few. I can't put both computers songs on my iPod without having to sync to one computer and erase all my current songs. Both computers are logged onto the same iTunes account. How ca