From f0a5c6112257fae3ec7959115fd8cc277f14feda Mon Sep 17 00:00:00 2001
From: Falucho <german.faller@pcunix71.fing.edu.uy>
Date: Sun, 23 Jun 2019 02:56:09 -0300
Subject: [PATCH] Se borra la cola de mensajes del practico

---
 .../main/application/META-INF/altaNoticia-jms.xml | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 central-ear/src/main/application/META-INF/altaNoticia-jms.xml

diff --git a/central-ear/src/main/application/META-INF/altaNoticia-jms.xml b/central-ear/src/main/application/META-INF/altaNoticia-jms.xml
deleted file mode 100644
index 85d0173..0000000
--- a/central-ear/src/main/application/META-INF/altaNoticia-jms.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<messaging-deployment xmlns="urn:jboss:messaging-activemq-deployment:1.0">
-    <server name="default">
-        <jms-destinations>
-            <!--<jms-topic name="topic/response">-->
-            <!--<entry name="java:/jms/topic/response"/>-->
-            <!--<entry name="java:jboss/exported/jms/topic/response"/>-->
-            <!--</jms-topic>-->
-            <jms-queue name="queue/queue_alta_noticia">
-                <entry name="java:/jms/queue/queue_alta_noticia"/>
-                <entry name="java:jboss/exported/jms/queue/queue_alta_noticia"/>
-            </jms-queue>
-        </jms-destinations>
-    </server>
-</messaging-deployment>
\ No newline at end of file
-- 
GitLab