JSM  reciever

Hi,
I have to tranfer messages to SAP WAS topic and read messages from SAP was queu. For that purpose i want to define two communication channels.
I have problems defining a receiver communication channel for transferring xi output to an <b>SAP WAS topic </b> . But no problems when definining af sender communcation channel transferring to Xi. The only difference is that in the case of sender communiation channel the messages are transferred from a queu on a SAP WAS queu in the other case data is transferrede from xi to a SAP WAS topic
The parameters i enter are very similar for both sender an receiver channel.
The only diffrence is  that the first is defined af Sender the other as reciever.
Adapter Type        :JMS
Transport protocol :Acces JMS Provider with JNDI
Message Protocol : JMS 1.x
Adapter Engine :Integration Server
JNDI Lookup Name of QueConnectionFactory : fjmsfactory/default/QueueConnectionFactory
I also have to write the JMS queu name. At the moment i write the topic name into the quename, because i dont have topic option on teh screen / versio XI.3.
JNDI lookup Name of JMS queu : jmsqueues/default/DK.POST.PMA.MBTK.ENCRYPTIONKEY
I gues the reason why my communcation channel fails ( in the monitor) is probably that SAP was topic is to be set differently. HAs anybody any idea on how to set up a jms communication channel for transferring messages from A SAP WAS topic to XI.
Kind Regards
Ugur

Hi,
    Hope it will be useful to u..
  <b>Configuring the Receiver JMS Adapter </b>
<b>Use</b>
You need to configure the receiver JMS adapter to be able to convert XML messages from the Integration Server into JMS messages.
<b>Integration</b>
You configure the adapter on the Parameters tab page when you define a communication channel. In addition to the adapter configuration, on the Module tab page in the module processor, you can specify generic modules, which give the adapter additional functions.
<b>Prerequisites</b>
       1.      You have created a new communication channel or have opened an existing one.
       2.      On the Parameter tab page you have selected the adapter type JMS.
       3.      You have selected the Receiver radio button to define the adapter as a receiver adapter.
<b>Activities</b>
To configure the adapter, specify the following:
<b>Transport Protocol</b>
Sonic MQ JMS Provider
WebSphereMQ (MQ Series) JMS Provider
JNDI JMS Provider Lookup
JMS Provider Administered Objects via File
Generic JMS Provider
<b>Message Protocol</b>
JMS 1.X
<b>Adapter Engine</b>
Select the Adapter Engine on the Integration Server, or select a non-centrally installed Adapter Engine.
<b>JMS Provider-Specific Settings</b>
See the relevant JMS-provider documentation for details about the individual parameters.
Depending on the transport protocol you selected, specify the following:
Sonic MQ JMS Provider
•        Java class QueueConnectionFactory
•        Java class queue
•        IP address or server name
•        Server port
•        JMS queue
WebSphereMQ (MQ Series) JMS Provider
•        Java class QueueConnectionFactory
•        Java class queue
•        IP address or server name
•        Queue manager name
•        Channel name
•        JMS queue
•        Character set for non-ASCll names
•        Transport/network protocol
•        Target client
<b>JNDI JMS Provider Lookup</b>•
       JNDI name of QueueConnectionFactory
•        JNDI name of JMS queue
•        Name of JNDI Initial Context Factory
•        Address JNDI server
•        JNDI user
•        JNDI password with confirmation
JMS Provider Administered Objects via File
•        File name of serialized object QueueConnectionFactory
•        File name of serialized object Queue
<b>Additional JMS Parameters</b>
To make further settings, set the Set Additional JMS Parameters orOverwrite Default Settings indicator and enter the parameters and values in the table.
Generic JMS Provider
Enter the parameters and values for the JMS provider in the table.
<b>General JMS Settings</b>•        If you want to use a transactional JMS session, set the Transactional JMS Session indicator. Following processing of a message, a transactional session ends either with a COMMIT, or in the case of an error, with a ROLLBACK.
•        Specify the quality of service of the JMS message to be sent. You have the following options:
&#61601;        Save JMS messages in the JMS provider
&#61601;        Do not save JMS messages in the JMS provider
General XI Settings
Mapping the Message
•        If you want the JMS payload to contain the entire message, choose Entire message = JMS-Payload.
•        If you only want the JMS payload to contain the payload of the message, choose Message-Payload = JMS-Payload.
<b>Error Analysis Settings</b>
<b>Parameter     Entry</b>
Waiting Time After Error (mSec.)     Enter the number of milliseconds that the adapter must wait when a processing error occurs before further messages are processed.
In transactional processing, it can make sense to specify a certain time period, for example, because messages with errors remain in the queue following a ROLLBACK.
Reconnect After mSec.     Specify a period of time after which an attempt should be made to re-establish a connection following a connection error on the JMS side.
The time period must be specified in milliseconds. No attempt is made if the value is set to -1.
Your JMS provider must support the registration of an ExceptionListener for this.
Reconnect when the exception text begins with
     If the JMS provider does not call the ExceptionListener registered by the JMS adapter when a connection error occurs, you can force the connection to be re-established by setting this parameter.
If a JMS exception is thrown when sending a message, the free text contained here is compared with the specified string and once the period of time specified in Reconnect Delay has passed, an attempt is made to re-establish the connection.
Only set this parameter if your JMS provider does not support the registration of an ExceptionListener.
<b>Adapter Status</b>
Set the adapter to Active to enable messages to be exchanged.
JMS Adapter Modules 
Sender Adapter
Specify the following sender adapter modules in the module processor for the configuration of the JMS adapter:
<b>Processing Sequence</b>
Module Name     Type     Module Key     Obl.
localejbs/sap.com/com.sap.aii.af.jmsadapter/ConvertJMSMessageToBinary     L     ReceiveMsg     Yes
localejbs/sap.com/com.sap.aii.af.jmsadapter/ConvertBinaryToXMBMessage     L     ConvertMsg     Yes
localejbs/sap.com/com.sap.aii.af.adapter.caller/CallAdapterWithMessageBean     L     ForwardToMS     Yes
•        Specify parameters and values in the Module Configuration for each module specified in the table above.
<b>Module Configuration</b>
Module Key     Parameter Name     Parameter Value     Mandatory Entry
ConvertMsg     XMB.SenderParty           For SinglePayloadBinding
ConvertMsg     XMB.SenderService           For  SinglePayloadBinding
ConvertMsg     XMB.Interface           For  SinglePayloadBinding
ConvertMsg     XMB. InterfaceNamespace           For  SinglePayloadBinding
ConvertMsg     XMB.ReceiverParty           No
ConvertMsg     XMB.ReceiverService           No
<b>Receiver Adapter</b>
Specify the following receiver adapter modules in the module processor for the configuration of the JMS adapter:
<b>Processing Sequence</b>
Module Name     Type     Module Key     Obl.
sap.com/com.sap.aii.af.jmsadapter/ConvertMessageToBinary     R     CreateMIME     Yes
localejbs/sap.com/com.sap.aii.af.jmsadapter/SendBinarytoXIJMSService     L     CallJMSService     Yes
•        Specify parameters and values in the Module Configuration for each module specified in the table above.
<b>Module Configuration</b>
Module Key     Parameter Name     Parameter Value     Mandatory Entry
CallJMSService     modulePoolAdminLookupName     /XIJMSService     Yes
CallJMSService     JMSMessageType     Text
Bytes     Default
Yes for bytes
Regards,
  Jayaram...

Similar Messages

  • I have a 2.2 GHz Intel Core i7 macbook pro that has lion installed when I recieved it, according to the support pages AHT is supposed to work over the internet if it wasn't installed, Mine wasn't and it doesn't work. Where can I download it from?

    I Have a 2.2 GHz Intel Core i7 macbook pro, I recieved it with OSx 7.2 lion installed, I need to us AHT (apple hardware test) according to the support page that I copy here
    Additional Information
    Apple Hardware Test is included on the DVDs that are shipped with some Macintosh computers. If the copy on your hard drive becomes unavailable, use the DVDs to run Apple Hardware Test.
    For Intel-based Apple computers that shipped with Mac OS X v10.5.4  or earlier, Apple Hardware Test is located on the Mac OS X Install Disc 1  and should be included with your computer.
    For Apple computers that shipped with Mac OS X v10.5.5 to 10.6.7, Apple Hardware Test is located on the Applications Install  Disc 2 and should be included with your computer.
    For some Apple computers that shipped with OS X Lion, if Apple Hardware Test cannot be found on the hard drive, an Internet-based version starts up instead.
    This doesn't work as the additional information statement says it should above.  Could someone at apple give me an idea of where to get it or what the "REAL" solution is, since it doesn't work on an internet version which was confirmed today at the Genius Bar in the Apple store.
    Please help me

    chrisfrommarion wrote:
    Thanks, while it worked on yours it doesn't work on mine, any other ideas?
    Are you holding down the "d" key, all by itself, just after the system shuts down for a restart?
    And how long did you hold it down?
    I held mine down for about 40-50 seconds. Then I lookat at my routers WAN light and it was flickering so I let up on the d key.
    If that does not work then maybe there is something wrong with your MBP. Is that the reason you want to run this test, something isn't right with your unit?

  • My iPhone 5 is not being recognized by my Onkyo TX-8050 reciever when plugging into the USB.  Is there a setting on my phone i need to set?  Also, it has worked prior with this receiver however after the new software update will not work.

    I am trying to hook up my iPhone 5 to my Onkyo TX-8050 receiver and it is not recognizing the phone. It recogized my phone prior to software update 7.1.2 and I can use an iPhone 4 and iPad with no issues.  Is there a setting I need to apply for the reciever to recognize?

    Im presently on the Phone with Apple the Lady Im talking to understands its the id and not the password. I finally got somebody that listened to me. Wow and she is plesent to talk to.

  • I have recently upgraded to 7.0.2 and can no longer charge my iphone 4 as i recieve the message this accessory may not be supported, any advice would be appreciated

    i have recently upgraded to 7.0.2 and can no longer charge my iphone 4 as i recieve the message this accessory may not be supported, any advice would be appreciated
    i have also tried 4 different chargers both official apple and non official

    i have tried this but still not working i found a way of fixing it by restoring the phone but this has now put my phone in recovery mode and when i try to fix it i get an error 14 which i have no clue what it means

  • I recieve SMS and i hear established melody and I do't hear the person on all over SMS. How to solve this problem?

    Problem with an incoming message. For example, during my conversation the second line receives a call, I hear the sound in dynamics such as "piiiip piiiip," but when in this situation I recieve SMS and i hear established melody and I do't hear the person on all over SMS. How to solve this problem? Perhaps someone tell me? save in advance

    Not Charge
    - See:     
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • How do you get your money back from a purchase you didn't recieve?

    I gave my girlfriend an iPhone for christmas last year and told her it was safe to shop on the app store. I have been paying for that mistake ever since.
    She quickly got interested in a fremium game called Dragon Vale and bought a huge pile of whatever dragon currency it had. She never recieved it.
    I can't find a way to fix it. I tried going the the app store and report a problem on the game itself ... the report a problem on the currency pack ... Then I used the report a problem link provided in the purchase confirmation email.
    0 responses at all.
    She stopped playing the game compleetely 7 months ago.
    Any suggestion on what we can do?

    I managed to get this responce:
    If you are using an Apple device and have a billing issue:
    Unfortunately, we are unable to give refunds directly since billing is all done through Apple. You can request a refund from the following link:
    https://expresslane.apple.com/GetproductgroupList.do?PRKEYS=131629&locale=en_US
    Got to chat with a nice apple support person and unfortunately the purchase was too old to get refunded.
    Good strategy from Backflip Studios to delay answering untill its too late to refund
    I hope this might help other people with purchase issues

  • Variable substitution in reciever file adapter

    will any one please help me in sloving this problem ,
    i have designed my reciever structure as shown in the below
    <RECORDSET>
          <HEADER>
               <NAME1/>
             <ADDRESS1/>
             <ADDRESS2/>
             <ADDRESS3/>
             <ADDRESS4/>
          </HEADER>
             <LINE>
             <QTY/>
             <UOM/>
             <UNIT_AMT/>
             </LINE>
       </RECORDSET>
       <FILENAME/>
    an i am using variable substitution
    variable name as filename
    reference         payload:MT_exxxxx_RECV,1,Filename,1
    i am getting a error in my message monitoring
    will anyone there to give me syntax for this

    Hi !
    I suggest to use Dynamic Configuration to assign the receiver filename using an UDF in graphical mapping. This little UDF can receive as input parameter the contents of the NAME field and write it to the specific tag in the header of the message, so the adapter will use that value as filename when writting the file on the receiver system, instead of variable sustitution.
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping
    Regards,
    Matias
    ps:please award points if helpful.

  • I am unable to send emails via my iphone 4s, i can recieve them no problem

    I am currently with utility warehouse in the uk who is my service provider for emails.
    I have purchased an iphone 4s and my partners is identical to mine, with the same provider, with the same settings, however, my partner can send and recieve whilst i can only recieve, i keep getting a message "A copy has been placed in your outbox-please go to mail account and enter a password", i have tryed you tube for help, my own provder didnt help so am really struggling, can anyone help Thanks

    Go into settings - mail - account - and then look for the outgoing server - click in there and there should be a place for you to enter your password - just as you would when you first set up your email account.

  • Parallel Processing : Unable to capture return results using RECIEVE

    Hi,
    I am using parallel processing in one of my program and it is working fine but I am not able to collect return results using RECIEVE statement.
    I am using
      CALL FUNCTION <FUNCTION MODULE NAME>
             STARTING NEW TASK TASKNAME DESTINATION IN GROUP DEFAULT_GROUP
             PERFORMING RETURN_INFO ON END OF TASK
    and then in subroutine RETURN_INFO I am using RECEIVE statement.
    My RFC is calling another BAPI and doing explicit commit as well.
    Any pointer will be of great help.
    Regards,
    Deepak Bhalla
    Message was edited by: Deepak Bhalla
    I used the wait command after rfc call and it worked additionally I have used Message switch in Receive statement because RECIEVE statement was returing sy-subrc 2.

    Not sure what's going on here. Possibly a corrupt drive? Or the target drive is full?
    Try running the imagex command manually from a F8 cmd window (in WinPE)
    "\\OCS-MDT\CCBShare$\Tools\X64\imagex.exe" /capture /compress maximum C: "\\OCS-MDT\CCBShare$\Captures\CCB01-8_15_14.wim" "CCB01CDrive" /flags ENTERPRISE
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Problems with ISO 6 , and not being able to make recieve calls,

    I dont know if anyone else has this problem, I have a IPHONE 4 , and since upgrading i cant make or recieve calls, I have checked with my carrier and they have veryfied that the problem is with my Iphone,
    Any tips on sorting this out, I tried to restore to ISO 5 but keep getting up a error message.  I called Apple support and guy on phone reckons he didnt know about any ISO 6 problems!

    that's weird.. maybe something wrong with your updates, have you tried to donwload the updates again?? how about the sms??

  • I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. Will I still be charged?

    I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. I have rebooted Itunes and resumed the download of the movie only to receive the same error code. Has the movie file been corrupted? Can I recover the rental even though the time has elapsed? Will I be charged?

    Did you figure this out?  I haven't rented a movie in this new iTunes yet and saw one tonight I wanted to rent.  Same fricken thing is happening to me.  I hate this new iTunes, and I really hate that there are problems like this....why the heck do they have to fix something that isn't broken and break it?  This just really stinks.

  • Blackberry wont send/recieve calls and texts. Net apps and BBM working fine. Not battery, signal or credit problem.

    My phone wont recieve texts or send SMS or phone calls. Have tried on many peoples phones, on different networks.
    Have had this phone a couple of weeks. It was working fine until yesterday, now suddently when I attemp to call it says 'failed' and when i send tects they do not send. It wont recieve calls and tects from people who have tried in the same room.
    I have this sim card years and have never had a problem before.
    Untill yesterday I could call, text and recieve both just fine.
    My BBM, app world and internet are working.
    It is not a battery problem, it is charged.
    It is not a credit problem, i have both free and actual credit.
    it is not signal problem, the phone shows high signal, and other people on same network are working fine.
    I have looked up simular problems, and attempted the solutions. Taking the battery out and resarting the phone does not change it,  regestering the phone and sending service books did not fix the problem.
    I have Blackberry Curve 8520, on Tesco pay as you go.
    Any solutions? Please include instructions - i do not know how to find out what OS i am running, so if this is part of the solution please advise.

    Hi Ammasay
    Phone, SMS and MMS are all services supported by your wireless provider. Considering all of these features are not working, I would recommend contacting them to find out if there is a problem with your account or their services.  BlackBerry features, such as BBM, BlackBerry App World, etc all use the BlackBerry network and thats why they are still working.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • I updated my phone to the latest version on 4-23-2014 and it is requireing me to plug it into my computer. But I no longer have a computer and Its stuck on this screen. I can not make or recieve calls

    I updated my iPhone  device for thw 7.1.1 update that was avalibe on 4-23-2014. when I did this my phone is prompting me to connect to itunes on my computer. My computer is no longer working and I can not make or recieve calls on my phone.

    Sounds like the device is in recovery mode. You will need to restore the phone. See this support document for instructions. http://support.apple.com/kb/HT1808

  • My iphone wont let me recieve yahoo mail, tried switching off phone,taking account off and on cant get server button to move says on but is pale so cant move on or off!!!!

    iphone wont let me recieve yahoo mail, tried switching off phone,taking account off and on. did a restore on my phone the yahoo server says on but it is pale so you cant switch off or on.  my phone will recieve bt mail and internet not affected.  Any ideas on how to fix this?

    Hello there stidhambr15,
    I was researching the issue you are having and recommend a couple of things. First it might be a good idea to reset the device following iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting found here http://support.apple.com/kb/ht1430
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't quite get the device going again, I recommend restoring the device.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Might even be a good idea to turn off the phone, reseat the SIM card, and turn it back on.
    iPhone and iPad: How to remove the SIM card
    http://support.apple.com/kb/ht5163
    iPhone 4 (GSM model)
    iPhone 4S
    Cheers,
    Sterling

  • HD/DVR STB never recieved

    About 4 weeks ago we recieved a call from Verizon, pretty much after the call was over I was supposed to recieve an HD/DVR set top box in return for my old one. (Free for a few months or something like that)
    Well, 2 weeks after that Verizon called because they made a mistake with our billing and added Japanese and French packages to our TV. During that call, I told them and they said they would send another. 3 or so weeks after that call and I still haven't recieved either box.

    Was this a replacement DVR or an additional one?
    PM me a way to look up your acct (Acct number, home TN) and I'll be happy to look into this for you.
    Kevin
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

Maybe you are looking for