]> git.mxchange.org Git - pizzaservice-ejb.git/blobdiff - src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.java
updated own name and resources
[pizzaservice-ejb.git] / src / java / org / mxchange / pizzaapplication / mailer / model / delivery / PizzaEmailDeliveryMessageBean.java
index b971bf925f98c5fe0be342e3c27b166b2f04dfc2..30b24f1c9db12a229411c6d44d06efbe47b56660 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean;
 /**
  * A message-driven bean for sending out emails
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @MessageDriven (
                name = "emailDelivery",
@@ -42,7 +42,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean;
                activationConfig = {
                        @ActivationConfigProperty (
                                        propertyName = "destinationLookup",
-                                       propertyValue = "jms/jreports-email-queue"
+                                       propertyValue = "jms/pizzaservice-email-queue"
                        ),
                        @ActivationConfigProperty (
                                        propertyName = "destinationType",