You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The com.rabbitmq.http.client.domain.ShovelDetails lacks most of the dynamic shovel properties. Like the ability to auto-delete the shovel using src-delete-after.
As I workaround, I created a subclass for ShovelDetails object and added the properties I needed.
It should be nice if we can configure the complete list of the properties out-of-the-box.
The text was updated successfully, but these errors were encountered:
The
com.rabbitmq.http.client.domain.ShovelDetails
lacks most of the dynamic shovel properties. Like the ability to auto-delete the shovel usingsrc-delete-after
.As I workaround, I created a subclass for
ShovelDetails
object and added the properties I needed.It should be nice if we can configure the complete list of the properties out-of-the-box.
The text was updated successfully, but these errors were encountered: