I am trying to move poison messages into the main queue. I am not facing any problem in moving the messages, but looks like message is getting converted to some other encryption level.
<bound method DictMixin.values of {'id': '389a834e-48af-41b5-be36-5f61ad7c2232', 'inserted_on':
datetime.datetime(2020, 6, 30, 3, 13, tzinfo=datetime.timezone.utc),
'expires_on': datetime.datetime(2020, 7, 7, 3, 13, tzinfo=datetime.timezone.utc),
'dequeue_count': 0, 'content':
'eyJjYWxsX2JhY2tfdXJpIjogImh0dHBzOi8vcG9zdG1hbi1lY2hvLmNvbS9wb3N0IiwgInBpcGVsaW5lX3J1bl
9pZCI6ICI3OTY1MGU3Zi01NmFmLTRiYzgtOWE3NC0yYTk3YWRhOWRhNWUiLCAiZXhlY
3V0aW9uX2lkIjogImRmYzcwMjAwLTY3MzgtNDNkMy1',
'pop_receipt': None, 'next_visible_on': None}>
how can I convert content into the message queue ?