내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Queued events of the transactional message

Avatar

Level 2

Hello all,

I have a question according to transactional messaging publication process.

We can suspend publishing our transactional message by using the Pause button. The events are therefore no longer processed, but instead kept in a queue in the Adobe Campaign database.

Is it possible to delete one of the events from this queue? Or somehow to update the data? 

oleksandr_herhovskyi_0-1622203713919.png

 

 
Thank you in advance, 
Alex

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @oleksandr_herhovskyi,

 

Once events reached transactional event there's no way to delete/update the payload data as it's coming via API.

 

Thanks, SK

Thanks, Sathees

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @oleksandr_herhovskyi,

 

Once events reached transactional event there's no way to delete/update the payload data as it's coming via API.

 

Thanks, SK

Thanks, Sathees

Avatar

Level 6

Hi,

there s two ways to achieve your goals as there is no "unpublication" / "pause" process with Message Center

 

1- best solution:

filter out the eventType(s) that should not be process at the beginning

 

2- ugly solution:

create an eventType that is used by none of your templates (ex: "Fake"), assign this new eventType to all of the template that you want to "unpublish" and publish them:

All the upcoming events will fail as their eventType won't be able to find a template on the RT instance.