|
@@ -79,7 +79,7 @@ public class JMS {
|
|
|
Object data, String... args
|
|
|
) throws JMSException, MalformedURLException, ClassNotFoundException, InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException {
|
|
|
|
|
|
- JmsTemplate template = getJmsTemplate(path, className, args);
|
|
|
+ JmsTemplate template = getJmsTemplate(path, className, (Object[]) args);
|
|
|
|
|
|
try {
|
|
|
if (data instanceof Object[] datas) {
|