|
@@ -39,7 +39,7 @@ public class UploadShootingListener {
|
|
|
|
|
|
|
|
|
@RabbitListener(
|
|
|
- queuesToDeclare = @Queue("upload-shooting-pre")
|
|
|
+ queuesToDeclare = @Queue("preview-scene-pre")
|
|
|
)
|
|
|
public void pre(Channel channel, Message message) throws Exception {
|
|
|
String msg = new String(message.getBody(), StandardCharsets.UTF_8);
|