Delete message with message id x from broker through API

hi *,
is there another way of deleting a message than consuming it via specific message selector like ID = x?
i thought there should be another management API functionality to delete messages from a broker? am i wrong?
regards chris

hi isahashim,
sorry i did not read this thread to the end before posting this...
we are using JMQ just by using JCAPS
ONE BIG QUESTION....
with this "unsupported" API will there be the possibility to connect to JMQ brokers that are not embedded in CAPS environments ?
we are using them in CAPS V6 because clustering works better when broker is in REMOTE mode (has his own JVM) and EMBEDDED mode has several issues afaik.
regards chris

Similar Messages

  • Deleting emails with a specific subject from a single user mailbox

    we are exchange 2007 on SP1. we do not have an edge server, only a hub server.
    A user mailbox was flooded with 11000 "Undeliverable:" emails in the last 2 days, the source being "DSA". I am still finding out why this has happened. As for now, I have set up a rule to silently drop all emails with this specific subject.
    now the user wanted our team to delete all of these 11000 emails from his mailbox.
    we gave the appropriate permission to the users mailbox by running the command
    Get-Mailbox -Identity “[email protected]” | Add-MailboxPermission -User [email protected] -AccessRights FullAccess -InheritanceType all
    Then I ran the below command
    Get-Mailbox -Identity “[email protected]” | Export-Mailbox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    The command ran for a while, showing it was deleting 19000 odd emails with the below summary
    [PS] C:\Windows\System32>Get-Mailbox -Identity "[email protected]" | Export-Mailb
    ox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/
    2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    TargetMailbox                    :
    TargetServer                     :
    TargetDatabase                   :
    MailboxSize                      : 733800KB
    IsResourceMailbox                : False
    SIDUsedInMatch                   :
    SMTPProxies                      :
    SourceManager                    :
    SourceDirectReports              :
    SourcePublicDelegates            :
    SourcePublicDelegatesBL          :
    SourceAltRecipient               :
    SourceAltRecipientBL             :
    SourceDeliverAndRedirect         :
    MatchedTargetNTAccountDN         :
    IsMatchedNTAccountMailboxEnabled :
    MatchedContactsDNList            :
    TargetNTAccountDNToCreate        :
    TargetManager                    :
    TargetDirectReports              :
    TargetPublicDelegates            :
    TargetPublicDelegatesBL          :
    TargetAltRecipient               :
    TargetAltRecipientBL             :
    TargetDeliverAndRedirect         :
    Options                          : DeleteSourceContent
    SourceForestCredential           :
    TargetForestCredential           :
    TargetFolder                     :
    PSTFilePath                      :
    RsgMailboxGuid                   :
    RsgMailboxLegacyExchangeDN       :
    RsgMailboxDisplayName            :
    RsgDatabaseGuid                  :
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted          : 19020
    MoveType                         : DeleteOnly
    MoveStage                        : Completed
    StartTime                        : 9/23/2014 7:29:01 PM
    EndTime                          : 9/23/2014 7:32:19 PM
    StatusCode                       : 0
    StatusMessage                    : Messages have been deleted from the source m
                                       ailbox.
    ReportFile                       : C:\Program Files\Microsoft\Exchange Server\L
                                       ogging\MigrationLogs\export-Mailbox20140923-
                                       192900-8103154.xml
    However, when I open the user's mailbox all of the emails still exist. kindly help me understand where I am going wrong and how I can delete all these emails.
    Thank You
    Philip

    Are they still specifically in the Inbox?
    I was thinking that the account might have "Deny" permissions to the user's mailbox but it looks like it can access the mailbox and delete items.
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted         : 19020
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • How to reterive the attachments from a message with message id.

    Hi Friends,
    I want to know that How can i retrieve the attachments from an incoming message.
    Also how can I separate the body part from message. How can I get a list of files attached with a message.

    JavaMail API don't give really method to parse multipart message
    See http://www.jservlet.com/
    Object Pop3.Tools that will help you to parse a multipart message, get file attachment with specific file extension.
    regards,

  • B2B using JMS and Processing Messages with Message Driven Beans

    We want to be able to use B2B to send messages to a JMS queue and then process messages from B2B using a Message Driven Bean. Is this supported.
    We are using B2B 10.2.0.2 with Patchset 4.

    Hello,
    In 10.1.2.0.2 B2B , as part of the internal Delivery channel B2B can only send and receive messages from JMS queues.
    Rgds,Ramesh

  • File name in Split messages with Message mapping

    Hi everyone,
    I split my incoming message into multiple files based on the Order Numbers.
    Also I have a particular file naming convention I need to use.
    Its someething like RTG746932746.63749
    Now, I have given the field file name along with my target data type and mapped it like the format i want alogn with order Number to make it unique.
    But when I dwnload files, I get only one file.
    Whereas if I just use the option, Add time stamp in the communication channel, it works fine, giving me 3 order files if i have 3 orders.
    But I cannot have ' -' in my file name.
    How do i resolve this?
    Thanks,
    Vinotha M

    Is teher any thing else I can do change the file name and have mulitple files downloaded without it being overlapped.
    Please help resolve
    Thanks,
    Vinotha M
    Edited by: Vinotha M on Feb 4, 2009 4:10 PM

  • Querying messages with message selectors

    I have been looking at the JMS 1.1 spec and do not see anything that helps durable subscribers change queries without losing prior messages. If I create a durable subscription with no message selector I receive all messages for the subscribed topic. If I change the durable subscription to use a message selector (for example, "JMSPriority = 9", when I call any of the TopicSubscriber receive calls I lose all previous messages which don't match the selector. Is there any way around this?

    Ok. I get what you mean now.
    The problem lies in that you double-change the selector.
    This, in my opinion (which isn't worth much) calls for a different angle on this problem.
    Consider the following:
    a) do you absolutely have to have a topic? can't you use a queue (and use a queuebrowser) ?
    b) if you must use a topic - can you create two subscribers - one that gets all the messages, and
    another onw that only gets those with priority=7?
    c) it is bad practice to change the selector of the subscriber at runtime. If you do (as you do) - you are bound to lose messages on the second switch over.
    d) can't you just subscribe to all the messages on the same subscriber, and check upon arrival what to do with the message according to the priority?
    Now, you probably think - hey, this is silly. But regard this : you are using the selector in a way that was not foreseen (on a topic) by the spec. Why is that? because you want, with the same subscriber, to have two receiving channels (one for regular messages, and then one for "special" messages) - this is not done with one subscriber. This is done with two operating simultaneously.
    I mean - if you decide you don't want to rely on the JMS provider to hand you the higher priority messages first - that's ok, but you can't blame it for not holding messages that you don't want any more..
    Nimo.

  • Encore won't import markers with bluray vid output from Premiere through Media Encoder

    I have a sizeable video project, just completed, that needs to be output to DVD and BluRay.  DVDs are done, no problem - the three timelines are each exported from Premiere by queueing them in Media Encoder. Side-car .xmp files are produced containing the chapter markers, and it all imports into Encore without issue, chapter markers are there, DVD burns successfully, works on DVD players, all good.
    Now for the Blurays.... Same process as before, queueing the same timelines in Media Encoder, this time exporting using the H264 BluRay HD1080i 25 preset, the export works fine, no issues or error messages, but mporting into into Encore (using Import as Asset, Import as Timeline, etc), I get the error:
    "Error parsing MPEG metadata file. Deleting or renaming "E:\YourVid\test.m4v.xmpses" will allow you to import, but any markers will be lost."
    In other words, the markers file is either failing to export crrectly from Media Encoder, or failing to import correctly into Encore, or both.
    I have never had this problem before, but this is the first exporting I have done with the latest versions of Premiere and Media Encoder, ie versions:
    Premiere CC: 2014.1 8.1.0 (81) Build
    Media Encoder CC: 2014.1 Build 8.1.0.122
    Encore CS6: Version 6.0.2.004
    ... on Win 7 Pro 64bit
    Can anyone help?  Are other people having this problem?  Is this a bug with the latest version of Media Encoder and/or Premiere, or is it just co-incidence and something else is the problem?  And most importantly, is there a sensible workaround (ie other than just re-making all the chapter markers in Encore?) Can I export the chapter markers from Premiere into Encore some other way?
    Please help!!!

    Well, I wanted to play with versions and reverting...
    AME version is columns; PR version is rows. The 8.1.0 x 8.1.0 was on my laptop. The rest are desktop, but both are win7. I'm guessing the fault is AME, so I will update AME to 8.1.0 as next step. But no new test till "tomorrow" (even though tomorrow is today!).
    PR CC/AME
    8.0.0
    8.0.1
    8.1.0
    8.0.0
    ok
    fail
    8.0.1
    ok
    ok
    8.1.0
    fail

  • Deleting DataLocationGroups (with MDM Data Manager or MDM Java API)

    I´ve a lot of DataLocationGroups which are results of tests (importing pictures into the images tables but not stored as BLOB). I can´t see that the underlying table is exposed within MDM Data Manager. So i tried to delete the useless nodes with the DeleteGroup command.
    However this seems not to be supported by the API
    com.sap.mdm.commands.CommandException: Deleting of data location groups is currently unsupported
         at com.sap.mdm.group.commands.DeleteGroupCommand.execute(DeleteGroupCommand.java:91)
    I´m using the new Java API with MDM 5.5SP6.
    No chance to remove the nodes?

    Thanks for your answer. I would possibly open a service call to check if there is a hotfix available. Maybe you have some idea how i can check if the a Location is already existent? From experiments when importing with the MDM Data manager, it seems that a path is represented by a tree of HierLocationGroupNodes.
    For example: I´ve imported from
    cde271480MMPPpictures.jpg using the Data Manager. When using the RetrieveGroupTree Command, i can see that there are two nodes named cde271480 (Id: GN39) with child node named MMPP (Id: GN89).
    Maybe i now want to use the API to import a picture from
    cde271480     estlocation into the images table. To get a locationID usable for the setDataLocationId i had to compare the pathname of the picture with elements of the GroupTree from the root. If one element of the path is not existent in the tree, i have to create this new element and connect it to the parent. And i can then use the ID of the Leaf node for the DataLocationId. Is this correct?

  • Message with error in SMQ2

    Hi,
    Does anyone know why some messages with message mapping failures shows up in SMQ2 and some messages with message mapping failures won't show up in SMQ2?
    Thanks,
    Jay

    Hi Jung,
    If there is a mapping problem then you should be able to see the error messages in SXMB_MONI.
    SMQ2 will show errors in case there are problems with inbound queue.
    The various problems can be queue getting stuck, queues not registered, etc.. incase of mapping error you cannot see error in inbound queue (SMQ2).
    Regards,
    Gautam Purohit

  • How does one perform mailbox to mailbox moving of email messages w/ Messaging 3.X?

    How does one perform mailbox to mailbox moving of email messages with Messaging 3.X?
    <P>
    In an ISP environment there are times that a user changes his
    login name (his unique identifier in the ISP's network, also used as
    his email address) from one value to another. It is very convenient
    for the ISP to be able to move messages from the user's old mailbox
    to the user's new mailbox when this situation occurs.
    <P>
    With Messaging Server 2.0, this was easily accomplished by simply
    moving the mail messages on disk. However, with the added complexity
    of Messaging 3.0 where there are back links, reference counts, etc.,
    associated with mail messages, moving files on disk from one mailbox
    to another is no longer valid.
    <P>
    The MoveUser utility, which is new in MS 3.X, moves messages from
    one messaging server to another or from one maildrop path to another.
    Can this utility be used to move messages from one mailbox to another?
    <P>
    The answer is yes, it can. The user should be aware that if
    duplicate email message id's exist in the mailbox before the
    move, the messages related to the duplicate message id's will
    be duplicated in the target mailbox.
    <P>
    See the online documentation contained with the product or the
    Messaging 3.X Administrator's Guide for exact syntax.

    Hi
    If I understand you correctly and if you are using Apple Mail version 2.0 or above navigate to /Users/Home folder. The Home folder is the one with the house icon, within that folder you will see a Library folder, within that folder you’ll see a Mail folder, within that folder you’ll see a folder that begins with POP followed by your name, within that folder will be a folder called INBOX.mbox, within that folder is a Messages folder. All the mail that you see within the application are there. They will be numbered and have a file suffix of .emlx. You can move these wherever you like.
    If you are using Entourage X, or Entourage 2004 you can easily multiple select mail messages, addresses etc from within the application and drag whatever you’ve selected to wherever you like.
    Tony

  • Delete user with db owner roles

    Dear All,
    I want delete user with db owner roles from all database and from server using sql query.
    So i want using one query to delete user from all database and also from server
    how i can do that?
    best regards,
    Surbakti

    I means it's login.
    I want delete because user whom use that login already resign from my company.
    so if i delete that login i can use that slot for the other user.
    best regards,
    Surbakti
    First you said you want to delete all logins with db owner roles and now you are saying I want to delete use login who has left the company. Was there mass exodus.
    If login was a domain login you should also make sure it gets removed from domain, then from local windows machine  and then from SQL server. If it is SQL Server login it can be removed straight. Search online you would find various methods to remove
    login
    Have alook at below links
    Question about removing logins from database
    Drop login
    Also note that any job which the login owned would be affected if login is removed. So you need to be careful
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Everytime i link my iphone up to my laptop the message 'welcome to your new iphone' with the option restore from back up or new iphone. i once did restore from back up and it deleted all my recent pictures, music etc. how can i get pass this stage?

    everytime i link my iphone up to my laptop the message 'welcome to your new iphone' with the option restore from back up or new iphone. i once did restore from back up and it deleted all my recent pictures, music etc. how can i get pass this stage?

    Hi Khuram1981 - thank you thank you thank you!  All sorted!  dont suppose you know how to fix another problem I have??? for weeks now, since updating to ios5 I think, for some reason every time I have tried to log onto app store it says CANNOT CONNECT TO ITUNES STORE.  It's nothing to do with my computer, and I've been to the Geniius bar but they couldnt help and nothing I seem to do lets me update my Apps and even worse, I cant even buy any more.  Any suggestions?
    Again thank you SO much for helping with other problem = a real relief.
    Chatterwind xx

  • HT3228 Why is it that when I delete an email message from an account on my iPhone it instantly disappears from the same email account on my wife's iPhone?

    Why is it that when I delete an email message from an account on my iPhone it instantly disappears from the same email account on my wife's iPhone? We both have iOS7 and have imap email accounts.

    not all mail providers sync the send mail part of the mail box
    you can try to contact yahoo if this is the case with them

  • Can I delete a corrupt message diretly from the In Box in the Mail folder

    I received an e-mail that has an .eml attachment. Mail would not download the entire message with the attachment - although it continued trying to download once it started to load in my in box. I deleted this e-mail message from the server. Now Mail seems to be caught in a continuous loop of "Fetching new mail" The only way I can exit the program is to force quit. When I open the program again the same thing happens. When I try to move this partial e-mail to the trash or delete it, bounce it or forward it I get an "opening mailbox and synchronizing with file system" message
    or the program freezes. When I try to copy this e-mail to another folder the message is "resuming interrupted append"
    Is there a way to delete just a message from any of the in/out boxes?
    It seems like all messaged, in/out/sent etc are all compressed together like a stuffit file but there's not way to get in and delete just a particular message. The only other way I have been able to get rid of a partially corrupted file like this is to remove the entire account or in this instance, the accounts in box, move it to another folder on the desktop, reopen Mail and let it rebuild the accounts in box, then copy and paste everything except for the corrupt file into that. There's got to be an easier way!
    Any help or suggestions would be greatly appreciated.
    Thanks,

    The problem I have is it will go into the trash, but then I have the same problem deleting it from the trash! Even when it looks like it's deleted and I reboot Mail, the file returns to the same spot or in the original In Box.
    The problem, I think, lies in the actual corrupted file that's embedded in the in/out/trash etc file in the main Mail folder. From what I understand, Mac has fixed this problem in 10.4 and one can go and delete that particular message/file. In 10.3 land, they are all hidden. Thanks for brainstorming with me!

  • HT4910 My iCal has frozen after I tried to paste info from an email into a reminder.  I get a "server reports an error" message with what I tried to paste in the box.  Calendar is frozen and will only close by forcing it.  Any help?

    My iCal has frozen after I tried to paste info from an email into a reminder.  I get a "server reports an error" message with what I tried to paste in the box.  Calendar is frozen and will only close by forcing it.  Any help?

    Did another window open with the pasted information?  If so, try hitting "enter/return" key and "delete" key at the same time.  That should get rid of the current action on the ical, the extra window should go bye-bye, and all should be fine with the world.

Maybe you are looking for

  • Unable to populate the Custom Views on UI for the component BP_FACTSHEET

    Hi All, I am working on a requirement on Interaction Center 7.0 .In this i have enhanced the component BP_FACTSHEET and created new Custom views in it. But i am unable to bring those custom views on the UI. As, we know that in this component there is

  • Does MB Pro do it's own backup to the Hard Drive?

    I restored my MB Pro to factory settings because it was acting up in all sort of ways, mainly I was running out of space even thought I didn't have that much data. The computer has 250 gb. And I have 50 gb in music and another 50 in pics. That's it.

  • Sales Order Issue From CRM to R/3

    Hi Gurus, We have an issue where all Bulk ISS orders are showing up in the OTD BW reports as unreported even though they have been reported shipped. The issue appears to be, that for ISS orders only, the schedule line item number for the base bulk li

  • Modify User Postprocess event handler

    Hi All, Can some one tell me how to fetch complete set of user data in orchestration while i trigger my update event handler.? eg I have a event handler which is working fine on create user operation.(populates a custom udf Country based on employee

  • Application Server & creator  can work in   fedora core 5 ?

    please i need help