Skip to content

Ability to override default ObjectMapper #164

@feribg

Description

@feribg

I was looking for a way to use the default MessageConverter but levarage Spring's ObjectMapper or at least find a way to customize the default objectMapper Rqueue uses and it seems it's not possible as it's initialized by a static call to SerializationUtils.

Given that often the spring OM gets customized with support for various custom objects, etc, it would be much better to be able to define the bean to use for OM rather than having to create a whole new message converter and so on. Is this possible with the current functionality since I wasn't able to find a way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions