Usage of WndProc for receiving message from skype c#

i am trying hard to capture & save skype conversation to file. i go through this tutorial
http://galratner.com/blogs/net/archive/2011/08/27/how-to-record-skype-voice-conversations.aspx also download wpf based
the source code which i run and got the success.
i follow the everything but my application is not working. the main problem is regarding receiving message from skype through
WndProc() function. my WndProc() function is calling only once but the application which i download there i saw their
WndProc() function is calling repeatedly for getting message from skype. i am trying for long time to capture the skype conversation but still no luck.
i already post few questions for capturing the skype conversation in this forum but not getting no expected clue. here i attach the link of my win application and that is
https://onedrive.live.com/#cid=C4A6F16F34D7540A&id=C4A6F16F34D7540A!126 just download the skypecalltest and run it and definitely notice that
WndProc() function is calling repeatedly for getting message from skype.
here is my WndProc() body
protected override void WndProc(ref Message m)
Boolean handled = false;
if (m.Msg == NativeCalls.APIAttach && (uint)m.LParam == NativeCalls.SKYPECONTROLAPI_ATTACH_SUCCESS)
// Get the current handle to the Skype window
NativeCalls.HWND_BROADCAST = m.WParam;
handled = true;
m.Result = new IntPtr(1);
// Skype sends our program messages using WM_COPYDATA. the data is in lParam
if (m.Msg == NativeCalls.WM_COPYDATA && m.WParam == NativeCalls.HWND_BROADCAST)
COPYDATASTRUCT data = (COPYDATASTRUCT) Marshal.PtrToStructure(m.LParam, typeof(COPYDATASTRUCT));
StatusTextBox.Items.Add(data.lpData + Environment.NewLine);
// Check for connection
//if (data.lpData.IndexOf("CONNSTATUS ONLINE") > -1)
// ConnectButton.IsEnabled = false;
// Check for calls
IsCallInProgress(data.lpData);
handled = true;
m.Result = new IntPtr(1);
m.Result = IntPtr.Zero;
if (handled) DefWndProc(ref m); else base.WndProc(ref m);
please please help me to capture the problem and guide me where i need to rectify as a result
WndProc() should work as expected. thanks

Hi Mou_Kolkata,
Since you are trying to get Skype conversation which used Skype API, it is out for support from C# forum and you have to post on below forum:
http://community.skype.com/t5/English/ct-p/English?profile.language=en
Regards,
Barry Wang
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Can I receive messages from Skype when my ipad is in sleep mode and the app is closed?

    Ok, can I receive messages from Skype when my ipad and iPod touch are off, and the app is closed? Becuase my mom sent me a message and I did nott receive it. I have to have the app running or running in the background to receive messages. Is there a way to recieve messages when my ipad and ipod do NOT have the app running?

    The ipad may keep a connection alive in sleep mode.. but it should only use local connection AFAIK, and no internet content.
    I have a similar setup with iPad and although it has an IP it is not actually reachable on the network. I will track usage and see if it is actually using anything but I would doubt it.
    Now of course it may depend on what apps you have running. I really doubt the ipad will be using that much of your download unless you are watching movies on it.

  • Some question about receiving messages from Skype ...

    Hello there, 
    I have a question or two about recieving messages from Skype users, who are not on my contact list" 
    1. If I have enabled to only receive messages from people in my contact list, will they be notified when they try to send me an instant message, that they need to add me first?
    2. Will I still be able to see messages sent by contacts who are not in my contact list and them see my messages*, if we are both in a Skype conversation group but not on each other's contact list? *The messages either one of us posts in the Skype group conversation
    I appreciate the information
    Thanks
    Solved!
    Go to Solution.

    1. The person sending this message will not receive any notification about failing message delivery. The message will just disappear in nowhere.
    2. Messages exchanged in group chats will be seen both by you and the other person, even if this person is not in your Contact List.

  • Configure plain http adapter for receiving message from an external system

    Hi,
    we use Pi/700.
    Now I have an external system and I have to use HTTP (plain) to send messages to XI (via plain http adapter).
    I have no experiences with HTTP!
    In the external system I can only configure "URL, Username, Password" for sending messages - that's all!
    What do I have to configure in XI (communication channel, abap-stack, java-stack,...)?
    I don't know the URL of my XI-system. Is there an transaction code to get this information?
    Why do I need a Username/Pasword?
    For testing I can use a "http-post test tool" I found here in this forum.
    Thank you all for any help!
    Regards
    Wolfgang

    Hi Hummel,
    In Exteranl System u have to use these values
    name="myhost"      value="xiserver"
    name="myport"      value="8000"
    name="mysystem"    value="XY_BSservice"
    name="myinterface" value="Order_out"
    name="mynamespace" value="urn:xi:hcl:powebapp"
    name="myqos"       value="BE"
    name="myclient"    value="300"
    name="myuser"      value="XYZCLNT"
    name="mypass"      value="xiuser"
    Here My system is the Business service created in Integration directory of XI, Interface is the one created in Integration Repository (This is Outbaound from external sys to XI)
    In XI U have to create
    Data Types : 1) Source Structure data type(from extenal sys)
                 2) Target structure (where u want to send from XI)
    Message Types : 2 with above DT's
    Message Interface: 1) Outbound, Async (Order_out)
                       2) Inbound , Async (for the target sys)
    Then Message mapping and Interface mapping as usual..
    And in ID u have to create 2 services one is XY_BSservice for sending system and the other is for receiving system...
    For sending system no communication channel required...
    Hope u will get idea from the above..
    Need any further u r welcome..
    Regards
    Sridhar

  • Not receiving messages from Skype on my ipad and iPod touch 5gen

    IPod touch 5 gen 32 gig black IOS 7.0.2
    Ipad 3rd gen, 32 gig white IOS 7.0.2
    I am not receiving messages on my ipad and iPod touch from Skype, it won't come thru,  I've tried reboot and hard reset, but nothing works, I reinstalled Skype, and nothing works.

    I had this same problem also.  The problem has to do with your credit card number associated with you iCloud account.  To solve this problem, you need to update your credit card/payment information by doing the following on your iPad / iPhone / iTouch:
         Settings > iCloud > click on your account > Payment Information
    Update this section with your correct credit card information and Save.

  • The Mq Adapter Is Not Working For Receiving Messages

    Hi,
    I have a problem making a receiving messages from the MQ Series, I configured MQ adapters for receiving message from a IBM MQ in a bpel flow, there's messages on the queue but the bpel is not getting any message. We use the same sample on the oracle page
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/adptr_mq.htm#BGEJGCBB
    This is the opmn log for more details,
    <2008-06-03 16:58:29,580> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Staring Poller
    <2008-06-03 16:58:29,580> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Getting CCIConnection.
    <2008-06-03 16:58:29,580> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ConnectionFactoryImpl] Creating Connection.
    <2008-06-03 16:58:29,581> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionFactoryImpl] Matching ManagedConnection...
    <2008-06-03 16:58:29,581> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionFactoryImpl] Found ManagedConnectionFactory instance.
    <2008-06-03 16:58:29,581> <INFO> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionFactoryImpl] Found MatchedConnection.
    <2008-06-03 16:58:29,581> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionImpl] Creating Connection.
    <2008-06-03 16:58:29,582> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> Constructor.
    <2008-06-03 16:58:29,582> <INFO> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionImpl] Created Connection.
    <2008-06-03 16:58:29,582> <INFO> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ConnectionFactoryImpl] Created Connection.
    <2008-06-03 16:58:29,582> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Got CCIConnection.
    <2008-06-03 16:58:29,582> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Getting Connection to Queue :PRUEBA1
    <2008-06-03 16:58:29,583> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,583> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Got Connection to Queue :PRUEBA1
    <2008-06-03 16:58:29,584> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,585> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,586> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Queue depth=1
    <2008-06-03 16:58:29,587> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,588> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,589> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Creating shell MQMessage.
    <2008-06-03 16:58:29,589> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Returning shell MQMessage.
    <2008-06-03 16:58:29,589> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Getting message
    <2008-06-03 16:58:29,590> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,592> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Got message
    <2008-06-03 16:58:29,592> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Got the message.
    <2008-06-03 16:58:29,592> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] MessageId :414D51204449474930362E542E514D2015584448201B6802
    <2008-06-03 16:58:29,593> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] CorrelationId :414D51204449474930362E542E514D2015584448201B6803
    <2008-06-03 16:58:29,593> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] GroupId :000000000000000000000000000000000000000000000000
    <2008-06-03 16:58:29,593> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Creating new MQMessageInfo.
    <2008-06-03 16:58:29,593> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Created new MQMessageInfo.
    <2008-06-03 16:58:29,593> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Enqueing MQMessageInfo for processing.
    <2008-06-03 16:58:29,594> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQMessageToProcess] Ignoring MQMessage(mid) : 414D51204449474930362E542E514D2015584448201B6802 gid :000000000000000000000000000000000000000000000000 as this MessageId is already enqued for processing.
    <2008-06-03 16:58:29,594> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Enqueued MQMessageInfo successfully.
    <2008-06-03 16:58:29,594> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Staring Poller
    <2008-06-03 16:58:29,595> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Getting Connection to Queue :PRUEBA1
    <2008-06-03 16:58:29,595> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,595> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Got Connection to Queue :PRUEBA1
    <2008-06-03 16:58:29,596> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,597> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,598> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Queue depth=1
    <2008-06-03 16:58:29,599> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,600> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    <2008-06-03 16:58:29,601> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Creating shell MQMessage.
    <2008-06-03 16:58:29,601> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Returning shell MQMessage.
    <2008-06-03 16:58:29,601> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Getting message
    <2008-06-03 16:58:29,602> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] using alive queue:PRUEBA1
    MQJE001: Completion Code 2, Reason 2033
    <2008-06-03 16:58:29,604> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] setting queue pointer to start...
    <2008-06-03 16:58:29,604> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Closing CCIConnection.
    <2008-06-03 16:58:29,605> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionImpl] Cleaning ManagedConnection.
    <2008-06-03 16:58:29,605> <INFO> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [ManagedConnectionImpl] Cleanedup ManagedConnection.
    <2008-06-03 16:58:29,605> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Closed CCIConnection.
    <2008-06-03 16:58:29,605> <DEBUG> <default.collaxa.cube.activation> <MQSeries Adapter::Inbound> [MQPollerThread] Sleeping Poller for 3000 msec.
    Regards,
    Ivan Loaiza.

    Hi James,
    The message id and the correlation id are diferent in this case. This is not the problem. You can see tha last number is diferent
    MessageId :414D51204449474930362E542E514D2015584448201B6802
    CorrelationId :414D51204449474930362E542E514D2015584448201B6803
    Regards,
    Ivan Loaiza

  • I am having some trouble with receiving messages from iMessage users when I don't have my iMessage turned on. When I called for support, I spent 30 min waiting and the woman's response to me was "Turn on your iMessage." I prefer not to use it

    I have an iPhone 5s and a MacBook Pro. Ever since I updated my computer software to Yosemite, it linked my Apple ID with my phone number and I am not receiving messages from iMessage users on my phone, but rather to my computer. I don't like to use iMessage so I keep it off and would like to receive all messages as SMS texts. I have already tried changing my Apple ID password, logging off of my Apple ID in iMessage on my phone and turning it off, and changing settings on messages on my computer. Nothing is working. Either the messages continue to go to my computer or the messages trying to be sent say they cannot be sent.
    After spending 30 + minutes waiting for technical support, the woman helping me (who did not give me her name) told me I should just turn on iMessage. After explaining that I don't like having iMessage on and asking why it worked for at least a year up until this point she said "things change and sometimes we don't know why things do what they do". She asked me about various other things on my phone such as bluetooth and told me to turn on and off airplane mode and the call disconnected. I have not been contacted since, even though she has my phone number.
    I am hoping for some help and also hoping people don't get the type of service I received tonight.

    I think you can solve your problems by removing your AppleID email address from BOTH the Messages setting on your iPhone and the iMessages settings on your Mac.
    On iPhone:
    Settings > Messages > iMessage > Dissabled
    Settings > Messages > Send & Receive > touch the "(i)" < touch "Remove This Email"
    On Mac:
    Open "Messages" application
    Click "Messages menu > Preferences
    Click "Accounts"
    Select your AppleID account
    Under the "You can be reached for messages at" settings, uncheck your AppleID email address and your phone number
    Then uncheck the "Enable this account" setting
    And lastly, ask all of your friends with iPhones to delete all iMessage conversations (blue bubbles) in their entirety.
    To test, send a friend a new text using their phone number (not their email address) and watch the color of the bubble.  If it's green then you are using SMS.

  • HT1689 i have my daughters iphone 3, i want to use it as an i-pod, but it keeps receiving messages from some her friends is there a way to stop this from happening, please help, my phone is maxed out and would really like the storage for music, thanks

    i have my daughters iphone 3, i want to use it as an i-pod, but it keeps receiving messages from some her friends is there a way to stop this from happening, please help, my phone is maxed out and would really like the storage for music, thanks

    It sounds like it still has her information on it, so it might be efficient to navigate to Settings, then General, then Reset, then Erase All Content and Settings. You can then set up the phone again, using your information. This way the phone will be yours, officially, and her data and information will be removed.

  • Hi, my iPhone was stolen and now i can't receive messages from people with iPhones. What do i do to fix this problem, and get my old messages? This has been a problem for 3 weeks!

    Hi, my iPhone was stolen and now i can't receive messages from people with iPhones. What do i do to fix this problem, and get my old messages? This has been a problem for 3 weeks!

    This won't get your old messages back but will help with new ones: https://selfsolve.apple.com/deregister-imessage

  • My daughter does not have an iPhone. I just got the IPhone4. When she receives messages from me they must be downloaded for her to read them. How do Imsend plain SMS messages to a non iPhone recipient?

    My daughter does not have an iPhone. I just got the IPhone4S. When she receives messages from me they must be downloaded for her to read them. How do I send her plain SMS messages to a non iPhone recipient?

    Well, it could have to do with her phone, however does she have any difficulty in receiving SMS from others? You may want to check how you have iMessage set up. Go to Settings>Messages>Receive at>Make sure your telephone number is listed there, then go to Caller ID, and make sure your phone number is the one with the checkmark by it. You may be sending messages with your email address as the header and if that is so, it may be requiring her to download it as data. See if that helps.

  • Keep receiving messages from FSS.system.notice.urg...

    Keep receiving messages from FSS.system.notice.urgent.us.  
    Anyreason why?  Cannot find explainations.

    Hi, Plastic, and welcome to the Community,
    But my question is this, This is a brand new account (2 days old) set up only on a skype phone. I have told no one my skype name, so how did the caller know my name to call?
    Question: When you set up your new Skype account, did the Skype app on your phone provide the option to secure your account via setting the privacy settings to permit incoming audio calls, video calls, and instant messages from people on your contact list only?   If not, please sign on via a laptop or computer to do this.  Remember to Save your settings as you proceed through the screens/windows.
    It's not like they can randomly guess a skype name.
    Yes, they can.
    How are our details stored?
    Please refer to these FAQ articles for explanation: https://support.skype.com/en/faq/FA143/is-skype-se​cure and https://support.skype.com/en/faq/FA31/does-skype-u​se-encryption
    Can wild characters be used in skype calls?
    If you mean something like an "*" such as in a database search, then, no.
    No one should be able to call my skype number unless I tell them my ID or chose to use something easily guessed, and then even if this was the case, within two days?
     If you secure your account and profile (do not specify a gender; leave location and other settings which default to "Public" neutral or blank), then your Skype account should not be easily found.
    Skype has significantly reduced the number of ways other Skype users can find their friends, colleagues, and so on, but still allows for general searches based on only four Add a Contact features: Skype name, full name, e-mail address, or telephone number input in the Profile.   Your new Skype account fell into the scammer's random search parameters.
    Also, why does Skype allow user names that include system.notice? This would seem to me words that should be reserved for system notices, or am I missing something here?
    Yours is a valid point which I have read many times - however, these titles are only titles such as how you might change your name as it appears in your Profile settings; the scammers constantly change the underlying Skype account names they use.  Please see this FAQ article for the details of a Skype name vs. a display name: https://support.skype.com/en/faq/FA110/can-i-chang​e-my-skype-name
    Securing your account should rid you of these nuisance messages as well as unsolicited contact invitations.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I have a brand new iPad newest version. Wifi. The messaging won't send out but I receive messages from others. What is wrong?

    I have the newest version of the iPad (3rd generation) with wifi. The messaging won't send out but I'm receiving messages from others when I'm using it. They also come through on my iphone at the same time. But I can't send them out on the iPad. I tried someone's suggestion of changing the DNS to 8.8.8.8 and that did not work to fix it. What is wrong with this thing?  Thank you in advance for your help.

    Are you trying to send a message to a cell number or an email address?  iPad does MMS, not SMS, meaning it can't send a message to a number.  It can send a message to an email address........

  • Cannot receive messages from one person only...

    My friend and I both have iphone 4s (with iOS 6.1.3). One day i stopped receiving messages from her. I can still receive an iMessage from her (but since neither one of us has data that is dependent on internet availability) but regular text messages won't come through. She can receive regular messages from me. I can receive regular messages from everyone else (including other iphone users). I don't know what happened. I have tried multiple suggestions i found online (including deleting and readding her contact, she did same, restarted phones, typed number manually, typing number twice etc.) but none of them work. If anyone could help it would be much appreciated!!

    I'm having a similar problem. I can receive texts from this one person but he cannot receive mine. I can also not call him but he can call me. He uses A T&T but does not have this problem when texting other verizon users. I have an Iphone 4S and he has an Iphone 5. This has been happening for 3 days. I have tried resetting the networks, restarting my phone,  and checking blocked contacts. Nothing is helping with the issue.

  • Error in java code for removing messages from a Topic

    Trying to write a code using oracle.jms package to remove messages from Topic. I have a similar code with javax.jms package for removing messages from Queue and it is working well. Whereas i have written this new code for removing messages from topic using oracle.jms package as methods like CreateBrowser and CreateTopicReceiver for topic are provided in oracle package only and can't be used from javax.jms package.
    Error i am getting is JMS-126: Invalid Topic specified at
             receiverTopic   = (Topic) ctx.lookup(((String)receiverProps.get( "Q_NAME")).trim()  );
             System.out.println ("receiverTopic is[" + receiverTopic + "]");
             MBeanHome home = (MBeanHome) Helper.getAdminMBeanHome("username","pwd","url:port");
             ((AQjmsSession)topicSession).grantSystemPrivilege("MANAGE_ANY", "SA", true);
             for(Iterator i = home.getMBeansByType("JMSTopic").iterator();i.hasNext(); )
              WebLogicMBean wmb = (WebLogicMBean)i.next();
              System.out.println("topic name found: " + wmb.getName());
                topicBrowser   = ((AQjmsSession) topicSession).createBrowser(receiverTopic, "Edin");topic handle which i am receiving in receiverTopic is same as what i am expecting but still it says Invalid topic specified on createBrowser method. Anyone who can help me to write this type of code, please reply. If anyone has ready code for this situation, please reply with the same as i am working on a prodcution system and we are in serious situation to resolve this problem.

    Hi,
    I am afraid this is impossible. You need to find another solution like a filtering queue. Your messages can be sent to a queue that is monitored by let say a MDB. This MDB will maintain a map of title and only forward once a given title/message to your topic.
    Hope it helps.
    Arnaud
    www.arjuna.com

  • BizTalk 2013 SB-Messaging Adapter: Unable to receive messages from a Azure service bus Subscription

    Hi,
    I am trying to receive messages from a Azure service bus subscription using SB-Messaging Adapter in BizTalk Server 2013 but getting the following error.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    It seems the error is related with Service Bus Authentication and Authorization with the Access Control Service. Can anybody help me out if I am missing something here? 
    Also for consuming the AWSB (namespace, topic name, subscription name, Issuer name, Issuer Key) I have referred the following link
    http://soa-thoughts.blogspot.in/2013/02/biztalk-server-2013-new-adapters-series.html
    Thanks!
    Regards,
    Gautam
    gautam

    Hi,
    When I am trying to receive the same messages from a Azure service bus subscription using .net (C#) client,
    BusSubscriberbusSubscriber =
    newBusSubscriber("TestTopic2",
    "Endpoint=sb://overcasb.servicebus.windows.net/;SharedSecretIssuer=owner;SharedSecretValue=wqYlT4yHZimeUZacH+1V1hj/ZrKu7zK9ELaaLYDxqjc=",
    "AssetMovement",
    "AssetMovement");
    I am getting the same error here also.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    By setting  <defaultProxy useDefaultCredentials="true" /> in appconfig, I got rid of the above error. And now its working fine with .net(C#) client.
    <configuration>
      <system.net>
        <defaultProxy useDefaultCredentials="true" />
      </system.net>
    </configuration>
    The same setting I tried in BTSNTSvc.exe config file and ofcourse restarted the host instance but still getting the same error. Any help?
    gautam

Maybe you are looking for

  • Incoming calls bypass the general iphone lock

    Although I've set up the general lock on my IPhone 3G, incoming calls bypass the mechanism and make the phone accessible by anyone who picks it up. Is there a way to require a passcode for receiving calls....I want to block all access to my phone! An

  • Camera Raw in Photoshop CC with a bug ?

    I'm trying to edit some raw files from my Canon 6D with Camera Raw. I change the exposure setting, but everytime I move to the next slide bar ( contrast ou highlights, or any other), the exposure setting goes back to zero. What is happening ? I never

  • Loading picture problem

    I'm having problem with loading picture in applet window. Here is the example CODE: * <applet code="SimpleImageLoad" width=248 height=146> * <param name="img" value="seattle.jpg"> * </applet> import java.awt.*; import java.applet.*; public class Simp

  • Is there a Dutch /Nederlandse version of Photo shop elements 7.0

    I have installed a version 7.0 from photo shop elements  where in the start I was able to change the country to DUTCH ,the licence agrement changed to Dutch and was hoping that the program was in DUTCH after installation ,This was not the cash . Is t

  • Converting RGB to CMYK for printing.

    So I went in to the Apple Store yesterday and told the guy that I'd like to design my own DVD cover for a presentation reel.  I was about to spring for the teacher's edition of Photoshop, but he convinced me to buy the cheaper one with a Bamboo table